From: Enrico Scholz Date: Sun, 3 Jul 2005 14:03:42 +0000 (+0000) Subject: mentioned the working directory for the scripts X-Git-Tag: version_0_30_210~159 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc2aca69d7b5e4909c562be3e290dc60c66b87a8;p=util-vserver.git mentioned the working directory for the scripts git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2122 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- diff --git a/util-vserver/doc/configuration.xml b/util-vserver/doc/configuration.xml index 9e45e47..6e51a73 100644 --- a/util-vserver/doc/configuration.xml +++ b/util-vserver/doc/configuration.xml @@ -732,7 +732,8 @@ environment variable must be set by one of the in-shellcontext scripts The scriptlet which will be executed before the network-interfaces are -enabled and the directories are mounted." +enabled and the directories are mounted. Before executing the script, +the configuration directory will be made the working directory. @@ -754,7 +755,8 @@ The fixed value of the current action (e.g. 'prepre-start', 'post-stop'...). -Repository of prepre-start like scripts +Repository of prepre-start like scripts. Before executing the script, +the configuration directory will be made the working directory. See prepre-start. @@ -782,7 +784,8 @@ The fixed value of the current action (e.g. 'prepre-start', 'post-stop'...). The scriptlet which will be executed after network-interfaces were enabled and the directories mounted, but before the vserver itself has -been started. +been started. Before executing the script, the vserver root directory +will be made the working directory. @@ -804,7 +807,8 @@ The fixed value of the current action (e.g. 'prepre-start', 'post-stop'...). -Repository of pre-start like scripts +Repository of pre-start like scripts. Before executing these scripts, +the vserver root directory will be made the working directory. See pre-start. @@ -829,7 +833,9 @@ The fixed value of the current action (e.g. 'prepre-start', 'post-stop'...). -The scriptlet which will be executed after the vserver has been started. +The scriptlet which will be executed after the vserver has been +started. Before executing the script, the vserver root directory +will be made the working directory. @@ -846,7 +852,10 @@ The fixed value of the current action (e.g. 'prepre-start', 'post-stop'...). - Repository of post-start like scripts + +Repository of post-start like scripts. Before executing these scripts, +the vserver root directory will be made the working directory. + See post-start. @@ -868,7 +877,9 @@ The fixed value of the current action (e.g. 'prepre-start', 'post-stop'...). -The scriptlet which will be executed before the vserver will be stopped. +The scriptlet which will be executed before the vserver will be +stopped. Before executing the script, the vserver root directory +will be made the working directory. @@ -886,7 +897,8 @@ The fixed value of the current action (e.g. 'prepre-start', 'post-stop'...). -Repository of pre-stop like scripts +Repository of pre-stop like scripts. Before executing the script, the +vserver root directory will be made the working directory. See pre-stop. @@ -910,7 +922,8 @@ The fixed value of the current action (e.g. 'prepre-start', 'post-stop'...). The scriptlet which will be executed after the vserver has been stopped, but before the directories will be umounted and the the -interfaces disabled. +interfaces disabled. Before executing the script, the vserver root +directory will be made the working directory. @@ -927,7 +940,10 @@ The fixed value of the current action (e.g. 'prepre-start', 'post-stop'...). - Repository of post-stop like scripts + +Repository of post-stop like scripts. Before executing the script, the +vserver root directory will be made the working directory. + See post-stop. @@ -949,7 +965,8 @@ The fixed value of the current action (e.g. 'prepre-start', 'post-stop'...). The scriptlet which will be executed after the vserver has been stopped -completely. +completely. Before executing the script, the vserver root directory +will be made the working directory. @@ -966,7 +983,10 @@ The fixed value of the current action (e.g. 'prepre-start', 'post-stop'...). - Repository of postpost-stop like scripts + +Repository of postpost-stop like scripts. Before executing the script, +the vserver root directory will be made the working directory. + See postpost-stop.