]> git.pld-linux.org Git - packages/xen.git/commitdiff
- reload must not restart service
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 26 Jul 2006 14:23:19 +0000 (14:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- exit 3 from help

Changed files:
    xen-xend.init -> 1.5

xen-xend.init

index 3ee1631af7d0b2f97f754914e03e7da34964ba49..691282a1601c5e69cd9b3268727f571c09b5f15b 100644 (file)
@@ -53,15 +53,15 @@ case "$1" in
   status)
        /usr/sbin/xend status
        ;;
-  restart|reload|force-reload)
+  restart|force-reload)
        $0 stop
        $0 start
        ;;
   *)
        # do not advertise unreasonable commands that there is no reason
        # to use with this device
-       echo $"Usage: $0 {start|stop|status|restart|reload|force-reload}"
-       exit 1
+       echo $"Usage: $0 {start|stop|status|restart|force-reload}"
+       exit 3
 esac
 
 exit $RETVAL
This page took 0.031314 seconds and 4 git commands to generate.