diff options
author | Narayan Desai <desai@mcs.anl.gov> | 2004-10-30 03:30:46 +0000 |
---|---|---|
committer | Narayan Desai <desai@mcs.anl.gov> | 2004-10-30 03:30:46 +0000 |
commit | 490ec71e378ff138782b016db42574fd5c6b7d01 (patch) | |
tree | 825c77ae7e4b2ec22310872e800003b2e1b223e3 | |
parent | 02b5f85f202473d4e7496c89375d5dec9d82958c (diff) | |
download | bcfg2-490ec71e378ff138782b016db42574fd5c6b7d01.tar.gz bcfg2-490ec71e378ff138782b016db42574fd5c6b7d01.tar.bz2 bcfg2-490ec71e378ff138782b016db42574fd5c6b7d01.zip |
(Logical change 1.127)
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@573 ce84e21b-d406-0410-9b95-82705330c041
-rw-r--r-- | man/Bcfg2Server.8 | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/man/Bcfg2Server.8 b/man/Bcfg2Server.8 index e69de29bb..1b8a77494 100644 --- a/man/Bcfg2Server.8 +++ b/man/Bcfg2Server.8 @@ -0,0 +1,26 @@ +.TH "Bcfg2Server" 1 +.SH NAME +Bcfg2Server \- Server for client configuration specifications +.SH SYNOPSIS +.B Bcfg2Server +.I [-D <pid file> ] [-d] [-v] [-C <Client>] +.SH DESCRIPTION +.PP +.B Bcfg2Server +This daemon serves configurations to clients based on the data in its +repository. +.SH OPTIONS +.TP +.B \-d run bcfg2 in debug mode. +.TP +.B \-v run bcfg2 in verbose mode. +.TP +.B \-C Statically set client. Useful for debugging problems with +particular client's configs. +.TP +.B \-D Daemonize. Leave the pid in the specified pid file. +.SH "SEE ALSO" +.BR bcfg(1), +.BR ValidateBcfg2Repo(8) +.SH "BUGS" +None currently known
\ No newline at end of file |