From 043f9fc84e2b4d190d41e427ebf2847403eed9e6 Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Thu, 28 Apr 2005 18:03:42 +0000 Subject: [PATCH] fixed docu for 'stop' and 'start' git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2066 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- util-vserver/scripts/vserver | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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 -- 1.8.1.5