From: Enrico Scholz Date: Thu, 28 Apr 2005 18:03:42 +0000 (+0000) Subject: fixed docu for 'stop' and 'start' X-Git-Tag: version_0_30_210~215 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=043f9fc84e2b4d190d41e427ebf2847403eed9e6;p=util-vserver.git fixed docu for 'stop' and 'start' git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2066 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- diff --git a/util-vserver/scripts/vserver b/util-vserver/scripts/vserver index 1327d2b..21f1d3d 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] [--rescue-cmd ] ... 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