Steve Singer,,, ssinger at lists.slony.info
Fri Jul 9 06:31:24 PDT 2010
Update of /home/cvsd/slony1/slony1-engine/tools/altperl
In directory main.slony.info:/tmp/cvs-serv23610

Modified Files:
      Tag: REL_2_0_STABLE
	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.13.2.2
retrieving revision 1.13.2.3
diff -C 2 -d -r1.13.2.2 -r1.13.2.3
*** slon_kill.pl	30 Jun 2010 14:35:57 -0000	1.13.2.2
--- slon_kill.pl	9 Jul 2010 13:31:22 -0000	1.13.2.3
***************
*** 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";
  	}
      }



More information about the Slony1-commit mailing list