From: Elan Ruusamäe Date: Tue, 3 Jul 2007 18:18:09 +0000 (+0000) Subject: - "echo" does not need root privs :) X-Git-Tag: auto/ac/util-vserver-0_30_212-11~7 X-Git-Url: http://git.pld-linux.org/?p=packages%2Futil-vserver.git;a=commitdiff_plain;h=4d61fe6dcbc7ea78e00d37ebbd4a587241109539 - "echo" does not need root privs :) Changed files: vrootdevices.init -> 1.4 --- diff --git a/vrootdevices.init b/vrootdevices.init index 7e7ef9f..3e85bc9 100644 --- a/vrootdevices.init +++ b/vrootdevices.init @@ -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