]> git.pld-linux.org Git - packages/util-vserver.git/blobdiff - vrootdevices.init
- cosmetics
[packages/util-vserver.git] / vrootdevices.init
index 3e85bc9500d67973ab02772d68792b8127e962d5..8e274abf2e4e9e4cc33354dbfe0f563c0a75c624 100644 (file)
@@ -4,6 +4,8 @@
 #
 # chkconfig:   345 97 03
 # description: Setup vroot devices for use inside vservers
+#
+# $Id$
 
 # Source function library
 . /etc/rc.d/init.d/functions
@@ -71,13 +73,13 @@ case "$1" in
   stop)
        stop
        ;;
-  status)
-       echo "There is no way to tell"
-       ;;
   restart|force-reload)
        stop
        start
        ;;
+  status)
+       echo "There is no way to tell"
+       ;;
   *)
        msg_usage "$0 {start|stop|restart|reload|force-reload|status}"
        exit 3
This page took 0.041813 seconds and 4 git commands to generate.