|
From: <jgr...@us...> - 2003-08-20 10:31:20
|
Update of /cvsroot/popfile/engine/POPFile
In directory sc8-pr-cvs1:/tmp/cvs-serv8832/POPFile
Modified Files:
Configuration.pm
Log Message:
Start of test suite for HTML interface
Index: Configuration.pm
===================================================================
RCS file: /cvsroot/popfile/engine/POPFile/Configuration.pm,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** Configuration.pm 31 Jul 2003 16:32:21 -0000 1.26
--- Configuration.pm 20 Aug 2003 03:09:03 -0000 1.27
***************
*** 222,226 ****
print STDERR $error;
return $pid;
! }
}
return undef;
--- 222,228 ----
print STDERR $error;
return $pid;
! } else {
! print STDERR "\nThe other POPFile failed to signal back, starting new copy\n";
! }
}
return undef;
|