summaryrefslogtreecommitdiffstats
path: root/man/bcfg2.conf.5
diff options
context:
space:
mode:
authorSol Jerome <solj@ices.utexas.edu>2010-05-04 13:00:06 -0500
committerSol Jerome <solj@ices.utexas.edu>2010-05-04 13:00:06 -0500
commitf8644660248846a1ee7c337badfd54cbcaff1ab7 (patch)
treee0768a8eb92881655df3ed5379ae699d7c321de3 /man/bcfg2.conf.5
parentc2196a6aa9a9cd15795baf7c4537a0b585daee06 (diff)
downloadbcfg2-f8644660248846a1ee7c337badfd54cbcaff1ab7.tar.gz
bcfg2-f8644660248846a1ee7c337badfd54cbcaff1ab7.tar.bz2
bcfg2-f8644660248846a1ee7c337badfd54cbcaff1ab7.zip
man: Update bcfg2.conf manpage
Signed-off-by: Sol Jerome <solj@ices.utexas.edu>
Diffstat (limited to 'man/bcfg2.conf.5')
-rw-r--r--man/bcfg2.conf.512
1 files changed, 6 insertions, 6 deletions
diff --git a/man/bcfg2.conf.5 b/man/bcfg2.conf.5
index 542fc0fc6..091f0797d 100644
--- a/man/bcfg2.conf.5
+++ b/man/bcfg2.conf.5
@@ -22,7 +22,7 @@ These options are only necessary on the Bcfg2 server. They are specified in the
.TP
.B repository
-Specifies the path to the Bcfg2 repository containing all of the configuration specifications. The repository should be created using the bcfg2-init command.
+Specifies the path to the Bcfg2 repository containing all of the configuration specifications. The repository should be created using the 'bcfg2-admin init' command.
.TP
.B filemonitor
@@ -164,23 +164,23 @@ Trigger is a plugin that calls external scripts when clients are configured.
.SH MDATA OPTIONS
-These options affect the default metadata settings for ConfigFiles.
+These options affect the default metadata settings for Paths with type='file'.
.TP
.B owner
-Global owner for ConfigFiles (defaults to root)
+Global owner for Paths (defaults to root)
.TP
.B group
-Global group for ConfigFiles (defaults to root)
+Global group for Paths (defaults to root)
.TP
.B perms
-Global permissions for ConfigFiles (defaults to 644)
+Global permissions for Paths (defaults to 644)
.TP
.B paranoid
-Global paranoid settings for ConfigFiles (defaults to false)
+Global paranoid settings for Paths (defaults to false)
.SH CLIENT OPTIONS