Fri Jul 9 06:32:08 PDT 2010
- Previous message: [Slony1-commit] slony1-engine/tools/altperl slon_kill.pl
- Next message: [Slony1-commit] slony1-engine/doc/adminguide Makefile
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Update of /home/cvsd/slony1/slony1-engine/tools/altperl
In directory main.slony.info:/tmp/cvs-serv23684
Modified Files:
slon_kill.pl
Log Message:
fixing output message per report by Gurjeet Singh
Index: slon_kill.pl
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/tools/altperl/slon_kill.pl,v
retrieving revision 1.15
retrieving revision 1.16
diff -C 2 -d -r1.15 -r1.16
*** slon_kill.pl 30 Jun 2010 14:37:47 -0000 1.15
--- slon_kill.pl 9 Jul 2010 13:32:05 -0000 1.16
***************
*** 71,79 ****
chomp $pid;
if (!($pid)) {
! print "No slon_watchdog $watchdog_suffix is running for the cluster $CLUSTER_NAME!\n";
} else {
$found="y";
kill 9, $pid;
! print "slon_watchdog $watchdog_suffix for cluster $CLUSTER_NAME killed - PID [$pid]\n";
}
}
--- 71,79 ----
chomp $pid;
if (!($pid)) {
! print "No slon $watchdog_suffix is running for the cluster $CLUSTER_NAME!\n";
} else {
$found="y";
kill 9, $pid;
! print "slon $watchdog_suffix for cluster $CLUSTER_NAME killed - PID [$pid]\n";
}
}
- Previous message: [Slony1-commit] slony1-engine/tools/altperl slon_kill.pl
- Next message: [Slony1-commit] slony1-engine/doc/adminguide Makefile
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list