do not quote $_VSHELPER in help message (reported by Roman Barczynski,
[util-vserver.git] / util-vserver / scripts / vsysvwrapper
index e74aa8b..24d3eaa 100755 (executable)
@@ -20,7 +20,7 @@
 # Helper script for all the v_xxx scripts
 : ${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"
@@ -40,6 +40,6 @@ else
        do
                IPOPT="$IPOPT --ip $oneip"
        done
-       echo exec $SBINDIR/chbind $IPOPT /etc/init.d/$SERVICE "$@"
-       exec $SBINDIR/chbind $IPOPT /etc/init.d/$SERVICE "$@"
+       echo exec $CHBIND $IPOPT /etc/init.d/$SERVICE "$@"
+       exec $CHBIND $IPOPT /etc/init.d/$SERVICE "$@"
 fi