]> git.pld-linux.org Git - packages/util-vserver.git/blobdiff - vrootdevices.init
- typo
[packages/util-vserver.git] / vrootdevices.init
index 7e7ef9fc184611ad3643dc89ebcd0472e5b288c1..3e85bc9500d67973ab02772d68792b8127e962d5 100644 (file)
@@ -72,13 +72,7 @@ case "$1" in
        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
+       echo "There is no way to tell"
        ;;
   restart|force-reload)
        stop
This page took 0.086039 seconds and 4 git commands to generate.