]> git.pld-linux.org Git - packages/dhcp.git/commitdiff
- reload should not do full restart imho
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 22 Jan 2007 17:29:44 +0000 (17:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dhcp.init -> 1.15

dhcp.init

index 129ba26f8cd3faffb2aee6a744a6d4315aa563eb..e0726627cb347bdfc41604042961d6a5714859b4 100644 (file)
--- a/dhcp.init
+++ b/dhcp.init
@@ -54,7 +54,7 @@ case "$1" in
   stop)
        stop
        ;;
-  restart|reload)
+  restart)
        stop
        start
        ;;
@@ -63,7 +63,7 @@ case "$1" in
        exit $?
        ;;
   *)
-       msg_usage "$0 {start|stop|restart|force-reload|status}"
+       msg_usage "$0 {start|stop|restart|status}"
        exit 3
 esac
 
This page took 0.024915 seconds and 4 git commands to generate.