X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=util-vserver%2Fscripts%2Fvserver;h=006e7f7840fab57621f13ed2a54ceaa67e53f7f0;hb=dfa40e043f50b3ed0f89cdec01d0655c94c1e12e;hp=1327d2bf9f20b391b0c562154081552cc064c135;hpb=8308927ba0db8c8df3bab5ed41c39c5e170ddc04;p=util-vserver.git diff --git a/util-vserver/scripts/vserver b/util-vserver/scripts/vserver index 1327d2b..006e7f7 100755 --- a/util-vserver/scripts/vserver +++ b/util-vserver/scripts/vserver @@ -1,7 +1,7 @@ #! /bin/bash # $Id$ -# Copyright (C) 2003 Enrico Scholz +# Copyright (C) 2003,2004,2005 Enrico Scholz # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -37,10 +37,9 @@ $"Usage: $(basename $0) [-s|--sync] [-v|--verbose] [--silent] is the name of a vserver. Possible commands are: - start [--nodeps] * + start [--rescue] [ *] ... starts the specified vserver - stop [--nodeps] * - ... stops the specified vserver + stop ... stops the specified vserver restart ... restarts the specified vserver; this is the subsequent execution of a synchronized 'stop' and a 'start' condrestart ... restarts the vserver when it is running already @@ -91,7 +90,7 @@ function showVersion() $"vserver $PACKAGE_VERSION -- manages the state of vservers This program is part of $PACKAGE_STRING -Copyright (C) 2003 Enrico Scholz +Copyright (C) 2003,2004,2005 Enrico Scholz This program is free software; you may redistribute it under the terms of the GNU General Public License. This program has absolutely no warranty." exit 0