summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorSol Jerome <solj@ices.utexas.edu>2009-10-14 22:45:45 +0000
committerSol Jerome <solj@ices.utexas.edu>2009-10-14 22:45:45 +0000
commit3f4cfa355f9f3c20a1c9dd13bd224416995be100 (patch)
tree491a5a2661e0a4736d669144a1762c80e2f55ac5 /man
parent929574f22d8a92383b146f8a992c1707da895632 (diff)
downloadbcfg2-3f4cfa355f9f3c20a1c9dd13bd224416995be100.tar.gz
bcfg2-3f4cfa355f9f3c20a1c9dd13bd224416995be100.tar.bz2
bcfg2-3f4cfa355f9f3c20a1c9dd13bd224416995be100.zip
Add bcfg2.conf option so that client can always run in paranoid mode
You currently must specify the -P command line option in order to run the client in paranoid mode. In order to allow for consistent usage (as specified in ticket #763), this commit adds an option to bcfg2.conf so that the client will always be run in paranoid mode. Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5482 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'man')
-rw-r--r--man/bcfg2.conf.54
1 files changed, 4 insertions, 0 deletions
diff --git a/man/bcfg2.conf.5 b/man/bcfg2.conf.5
index 55aae49ac..2ac843d98 100644
--- a/man/bcfg2.conf.5
+++ b/man/bcfg2.conf.5
@@ -194,6 +194,10 @@ These options only affect client functionality, specified in the [client] sectio
.B drivers
Specify tool driver set to use. This option can be used to explicitly specify the client tool drivers you want to use when the client is run.
+.TP
+.B paranoid
+Run the client in paranoid mode.
+
.SH STATISTICS OPTIONS
Server-only, specified in the [statistics] section. These options control the statistics collection functionality of the server.