summaryrefslogtreecommitdiffstats
path: root/doc/man
diff options
context:
space:
mode:
authorMichael Fenn <fennm@deshawresearch.com>2014-07-07 15:46:55 -0400
committerMichael Fenn <fennm@deshawresearch.com>2014-07-07 15:47:54 -0400
commit439ef74041e22c7ecfdbd15a41fb7336089bb0d2 (patch)
tree86ee2860abf1dd30dad2e7ae72f23c8876e649fc /doc/man
parent63049a81dc0f9cbfa7fe2fca6ca875f96aad359d (diff)
downloadbcfg2-439ef74041e22c7ecfdbd15a41fb7336089bb0d2.tar.gz
bcfg2-439ef74041e22c7ecfdbd15a41fb7336089bb0d2.tar.bz2
bcfg2-439ef74041e22c7ecfdbd15a41fb7336089bb0d2.zip
Add a --no-fam-blocking command-line argument to bcfg2-server
There is a quirk in the configuration parser where a BooleanOption with default=True will always return false __unless_ a command-line option is provided. Not sure why that's the case, but this is a work- around
Diffstat (limited to 'doc/man')
-rw-r--r--doc/man/bcfg2-server.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/man/bcfg2-server.txt b/doc/man/bcfg2-server.txt
index 3f8f3ea21..f85964ae7 100644
--- a/doc/man/bcfg2-server.txt
+++ b/doc/man/bcfg2-server.txt
@@ -11,7 +11,7 @@ Synopsis
**bcfg2-server** [-d] [-v] [-C *configfile*] [-D *pidfile*] [-E
*encoding*] [-Q *repo path*] [-S *server url*] [-o *logfile*] [-x
-*password*] [--ssl-key=\ *ssl key*]
+*password*] [--ssl-key=\ *ssl key*] [--no-fam-blocking]
Description
-----------
@@ -33,8 +33,9 @@ Options
-v Run in verbose mode.
-h Print usage information.
--ssl-key=key Specify the path to the SSL key.
+--no-fam-blocking Synonym for fam_blocking = False in bcfg2.conf
See Also
--------
-:manpage:`bcfg2(1)`, :manpage:`bcfg2-lint(8)`
+:manpage:`bcfg2(1)`, :manpage:`bcfg2-lint(8)`, :manpage:`bcfg2.conf(5)`