]> git.pld-linux.org Git - packages/util-vserver.git/commitdiff
- "echo" does not need root privs :)
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 3 Jul 2007 18:18:09 +0000 (18:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    vrootdevices.init -> 1.4

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 1.005233 seconds and 4 git commands to generate.