CVSROOT: ciabot.pl - bring the noise!

glen glen at pld-linux.org
Thu Jan 24 02:25:20 CET 2008


Author: glen                         Date: Thu Jan 24 01:25:20 2008 GMT
Module: CVSROOT                       Tag: HEAD
---- Log message:
- bring the noise!

---- Files affected:
CVSROOT:
   ciabot.pl (1.21 -> 1.22) 

---- Diffs:

================================================================
Index: CVSROOT/ciabot.pl
diff -u CVSROOT/ciabot.pl:1.21 CVSROOT/ciabot.pl:1.22
--- CVSROOT/ciabot.pl:1.21	Wed Jan 23 22:25:00 2008
+++ CVSROOT/ciabot.pl	Thu Jan 24 02:25:15 2008
@@ -237,8 +237,6 @@
   defined(my $pid = fork) or die "Can't fork: $!";
   exit if $pid;
 
-  daemonize();
-
   warn "$0: sleeping $sync_delay seconds\n";
   sleep($sync_delay);
   warn "$0: collecting files and removing syncfile\n";
@@ -326,6 +324,7 @@
 
 
 if ($xml_rpc) {
+  warn "$0: send out xml-rpc message\n";
   daemonize();
 
   # We gotta be careful from now on. We silence all the warnings because
@@ -349,6 +348,7 @@
 
 
 ### Send out the mail
+warn "$0: send out the mail\n";
 
 
 # Open our mail program
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/CVSROOT/ciabot.pl?r1=1.21&r2=1.22&f=u



More information about the pld-cvs-commit mailing list