ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/lib/cf.pm
(Generate patch)

Comparing deliantra/server/lib/cf.pm (file contents):
Revision 1.67 by root, Tue Sep 12 23:22:32 2006 UTC vs.
Revision 1.68 by root, Tue Sep 12 23:45:16 2006 UTC

876 waitpid $pid, 0 if $pid; 876 waitpid $pid, 0 if $pid;
877 if (0 == ($pid = fork)) { 877 if (0 == ($pid = fork)) {
878 $db->{_meta}{version} = 1; 878 $db->{_meta}{version} = 1;
879 Storable::nstore $db, "$path~"; 879 Storable::nstore $db, "$path~";
880 rename "$path~", $path; 880 rename "$path~", $path;
881 kill 9, $$ if defined $pid; #d# remove when binary updated
882 cf::_exit 0 if defined $pid; 881 cf::_exit 0 if defined $pid;
883 } 882 }
884 } 883 }
885 884
886 my $dirty; 885 my $dirty;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines