X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=util-vserver%2Fscripts%2Fvprocunhide;h=04b6d0c0b2004da8d98b829921bf731483cbc88f;hb=cb8c63292ca30eeeb44f649198a67b095bdf6e8c;hp=20f858bfc4b527ba68e461096feab0ff249d85c6;hpb=8344f72ad247f8be7fcf2cdf70135fcf7766ef52;p=util-vserver.git diff --git a/util-vserver/scripts/vprocunhide b/util-vserver/scripts/vprocunhide index 20f858b..04b6d0c 100755 --- a/util-vserver/scripts/vprocunhide +++ b/util-vserver/scripts/vprocunhide @@ -1,4 +1,5 @@ #!/bin/bash +# $Id$ # # Copyright (C) 2004 Enrico Scholz # @@ -18,7 +19,7 @@ : ${UTIL_VSERVER_VARS:=/usr/lib/util-vserver/util-vserver-vars} test -e "$UTIL_VSERVER_VARS" || { - echo $"Can not find util-vserver installation; aborting...">&2 + echo $"Can not find util-vserver installation (the file '$UTIL_VSERVER_VARS' would be expected); aborting..." >&2 exit 1 } . "$UTIL_VSERVER_VARS" @@ -32,7 +33,7 @@ function showHelp() Return values: 0 ... no errors 1 ... configuration error - 2 ... some files where changes but there occured errors on other ones + 2 ... some files were changed but errors occured on other ones 3 ... operation failed on every file Report bugs to <$PACKAGE_BUGREPORT>."