From df19d35123dfcf9a7a2f04df18a19b678e78dd2f Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Tue, 9 Mar 2004 16:37:10 +0000 Subject: [PATCH] documented the vunify configuration git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@1187 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- util-vserver/doc/configuration.xml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/util-vserver/doc/configuration.xml b/util-vserver/doc/configuration.xml index b86fec8..d88a599 100644 --- a/util-vserver/doc/configuration.xml +++ b/util-vserver/doc/configuration.xml @@ -84,6 +84,12 @@ at startup via initscript. + + + + Static list of excluded files. + + @@ -262,6 +268,24 @@ A symlink to the TTY device where input/output will be redirected from/to at startup via initscript. + + + + This directory contains configuration data required for vserver + unification. + + + Static list of excluded files. This list supports an rsync syntax: when a + file is prefixed by '+', it is a candidate for unification; when there is no prefix or a + '-' it will be excluded. Shell-wildcards are allowed for the filenames. + + + + These are symlinks to the configuration directory + (e.g. CONFDIR/vservers/<idgt;) of a refserver. There may be multiple such symlinks + but they must be prefixed by 'refserver.' and will be processed in alphanumerical + order. + -- 1.8.1.5