]> git.pld-linux.org Git - packages/util-vserver.git/blobdiff - vrootdevices.init
drop cvs leftovers
[packages/util-vserver.git] / vrootdevices.init
old mode 100644 (file)
new mode 100755 (executable)
index 7e7ef9f..816eb62
@@ -71,19 +71,13 @@ case "$1" in
   stop)
        stop
        ;;
-  status)
-       ID=`id -u`
-       if [ $ID -eq 0 ]; then
-               echo "There is no way to tell"
-       else
-               # don't remove the space at the end!!!
-               nls "You need to be root to use this command ! "
-       fi
-       ;;
   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.051927 seconds and 4 git commands to generate.