SOURCES: protolog.init - protolog ignores all signals. so send KIL...

glen glen at pld-linux.org
Sun Mar 12 23:14:28 CET 2006


Author: glen                         Date: Sun Mar 12 22:14:28 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- protolog ignores all signals. so send KILL immediately

---- Files affected:
SOURCES:
   protolog.init (1.8 -> 1.9) 

---- Diffs:

================================================================
Index: SOURCES/protolog.init
diff -u SOURCES/protolog.init:1.8 SOURCES/protolog.init:1.9
--- SOURCES/protolog.init:1.8	Sun Mar 12 22:56:37 2006
+++ SOURCES/protolog.init	Sun Mar 12 23:14:23 2006
@@ -54,13 +54,13 @@
   stop)
 	if [ -f /var/lock/subsys/protolog ]; then
 		msg_stopping "protolog TCP daemon"
-		killproc plogtcp
+		killproc plogtcp -KILL
 
 		msg_stopping "protolog UDP daemon"
-		killproc plogudp
+		killproc plogudp -KILL
 
 		msg_stopping "protolog ICMP daemon"
-		killproc plogicmp
+		killproc plogicmp -KILL
 
 		rm -f /var/lock/subsys/protolog
 	else
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/protolog.init?r1=1.8&r2=1.9&f=u



More information about the pld-cvs-commit mailing list