SOURCES: dhcp.init - reload should not do full restart imho

glen glen at pld-linux.org
Mon Jan 22 18:29:49 CET 2007


Author: glen                         Date: Mon Jan 22 17:29:49 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- reload should not do full restart imho

---- Files affected:
SOURCES:
   dhcp.init (1.14 -> 1.15) 

---- Diffs:

================================================================
Index: SOURCES/dhcp.init
diff -u SOURCES/dhcp.init:1.14 SOURCES/dhcp.init:1.15
--- SOURCES/dhcp.init:1.14	Tue Sep 26 21:08:46 2006
+++ SOURCES/dhcp.init	Mon Jan 22 18:29:44 2007
@@ -54,7 +54,7 @@
   stop)
   	stop
 	;;
-  restart|reload)
+  restart)
 	stop
 	start
 	;;
@@ -63,7 +63,7 @@
 	exit $?
 	;;
   *)
-	msg_usage "$0 {start|stop|restart|force-reload|status}"
+	msg_usage "$0 {start|stop|restart|status}"
 	exit 3
 esac
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/dhcp.init?r1=1.14&r2=1.15&f=u



More information about the pld-cvs-commit mailing list