extras-buildsys/etc plague-builder.init, 1.8, 1.9 plague-server.init, 1.3, 1.4

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


Author: dcbw

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

Modified Files:
	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>
	* 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.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- plague-builder.init	1 Dec 2005 18:44:54 -0000	1.8
+++ plague-builder.init	16 Feb 2006 05:01:17 -0000	1.9
@@ -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.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- plague-server.init	1 Dec 2005 18:44:54 -0000	1.3
+++ plague-server.init	16 Feb 2006 05:01:17 -0000	1.4
@@ -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 fedora-extras-commits mailing list