extras-buildsys/etc plague-builder.init, 1.7.2.1, 1.7.2.2 plague-server.init, 1.2.2.1, 1.2.2.2

Daniel Williams (dcbw) fedora-extras-commits at redhat.com
Thu Feb 16 06:15:01 UTC 2006


Author: dcbw

Update of /cvs/fedora/extras-buildsys/etc
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12707/etc

Modified Files:
      Tag: STABLE_0_4
	plague-builder.init plague-server.init 
Log Message:
2006-02-15  Dan Williams  <dcbw at redhat.com>

	Patch from Andreas Thienemann <andreas at bawue.net>  #rh180555#
	* etc/plague-server.init
	  etc/plague-builder.init
		- Correct usage of pidof so it kills plague processes
			executing under Python




Index: plague-builder.init
===================================================================
RCS file: /cvs/fedora/extras-buildsys/etc/plague-builder.init,v
retrieving revision 1.7.2.1
retrieving revision 1.7.2.2
diff -u -r1.7.2.1 -r1.7.2.2
--- plague-builder.init	1 Dec 2005 18:43:41 -0000	1.7.2.1
+++ plague-builder.init	16 Feb 2006 06:14:46 -0000	1.7.2.2
@@ -30,7 +30,7 @@
 }	
 
 stop() {
-	if test "x`pidof plague-builder`" != x; then
+	if test "x`pidof -x plague-builder`" != x; then
 	echo -n $"Stopping $prog: "
 	killproc plague-builder
 	echo


Index: plague-server.init
===================================================================
RCS file: /cvs/fedora/extras-buildsys/etc/plague-server.init,v
retrieving revision 1.2.2.1
retrieving revision 1.2.2.2
diff -u -r1.2.2.1 -r1.2.2.2
--- plague-server.init	1 Dec 2005 18:43:41 -0000	1.2.2.1
+++ plague-server.init	16 Feb 2006 06:14:46 -0000	1.2.2.2
@@ -30,7 +30,7 @@
 }	
 
 stop() {
-	if test "x`pidof plague-server`" != x; then
+	if test "x`pidof -x plague-server`" != x; then
 	echo -n $"Stopping $prog: "
 	killproc plague-server
 	echo




More information about the scm-commits mailing list