Hi *,
what do you think about this enlarged error-message?

#v+
--- util-vserver-0.30.196/scripts/vserver        2004-08-27 23:06:45.000000000 
+0200
+++ vserver                                      2004-12-24 02:17:56.000000000 
+0100
@@ -180,7 +180,22 @@
 test -d "$VSERVER_DIR" || {
     echo $"\
 Can not find vserver-setup; please make sure that the vserver configuration
-is located at $VSERVER_DIR/."
+is located at $VSERVER_DIR/.
+
+Note that the syntax for the vserver script is
+
+ vserver NAME COMMAND
+
+and NOT
+
+ vserver COMMAND NAME
+
+so
+
+ vserver start foobar
+
+will search for a vserver named 'start' (which will probably not exist) and an 
option 'foobar' (which
+definitely doesn't exist)."
     exit 5
 } >&2
#v-

Attachment: signature.asc
Description: Digital signature

_______________________________________________
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver

Reply via email to