SOURCES: vprocunhide.init - yeah, there's definately point of unse...

glen glen at pld-linux.org
Tue Jul 3 20:26:21 CEST 2007


Author: glen                         Date: Tue Jul  3 18:26:21 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- yeah, there's definately point of unset and then set again on restart/reload

---- Files affected:
SOURCES:
   vprocunhide.init (1.7 -> 1.8) 

---- Diffs:

================================================================
Index: SOURCES/vprocunhide.init
diff -u SOURCES/vprocunhide.init:1.7 SOURCES/vprocunhide.init:1.8
--- SOURCES/vprocunhide.init:1.7	Tue Jul  3 20:25:12 2007
+++ SOURCES/vprocunhide.init	Tue Jul  3 20:26:16 2007
@@ -48,15 +48,11 @@
 }
 
 case "$1" in
-start)
+start|restart|reload)
 	start
 	;;
 stop)
 	stop
-	;;
-restart|reload)
-	stop
-	start
 	;;
 status)
 	if [ -f /var/lock/subsys/vprocunhide ] ; then
================================================================

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



More information about the pld-cvs-commit mailing list