From fcecf9e508b62bb3e20c9ef4b7a629edd61fd23f Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Thu, 8 Apr 2004 06:04:09 +0000 Subject: [PATCH] added general description for the scripts and documented $DONT_SKIP_DEFAULTS git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@1438 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- util-vserver/doc/configuration.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/util-vserver/doc/configuration.xml b/util-vserver/doc/configuration.xml index a09482d..d30f27e 100644 --- a/util-vserver/doc/configuration.xml +++ b/util-vserver/doc/configuration.xml @@ -378,6 +378,11 @@ + A directory for scripts. By default, when one of these scripts will be executed, + the execution of defaultscripts (within .../.defaults/scripts) will be skipped. To execute + them nevertheless, the $DONT_SKIP_DEFAULTS environment variable must be set by one of the + in-shellcontext scripts (the non-executable ones). +