summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2012-05-18 10:53:35 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2012-05-18 16:07:56 -0400
commitbc52f6ac0c56c9551b58fb5110259d87b3a97056 (patch)
treeb0dbe1fa57c47b7cda6d05dfff64b92a6d49973f /man
parentdbd958c387af890da5e7b455fb409f8e567dce15 (diff)
downloadbcfg2-bc52f6ac0c56c9551b58fb5110259d87b3a97056.tar.gz
bcfg2-bc52f6ac0c56c9551b58fb5110259d87b3a97056.tar.bz2
bcfg2-bc52f6ac0c56c9551b58fb5110259d87b3a97056.zip
Added inotify filemonitor driver
Moved list of files to ignore into config
Diffstat (limited to 'man')
-rw-r--r--man/bcfg2.conf.515
1 files changed, 13 insertions, 2 deletions
diff --git a/man/bcfg2.conf.5 b/man/bcfg2.conf.5
index 684586892..812a86c76 100644
--- a/man/bcfg2.conf.5
+++ b/man/bcfg2.conf.5
@@ -35,7 +35,13 @@ using the 'bcfg2-admin init' command.
.TP
.B filemonitor
The file monitor used to watch for changes in the repository.
-Values of 'gamin', 'fam', or 'pseudo' are valid.
+Values of 'inotify', 'gamin', 'fam', or 'pseudo' are valid. The
+default is the best available monitor.
+
+.TP
+.B ignore_files
+A comma-separated list of globs that should be ignored by the file
+monitor. Default: '*~,.#*,*#,*.swp,SCCS,.svn,4913,.gitignore'
.TP
.B listen_all
@@ -133,7 +139,7 @@ administrator supervision is available. (0.9.6 and later)
\(bu
.B Deps
The Deps plugin allows you to make a series of assertions like
-"Package X requires Package Y (and optionally also Package Z etc.)
+"Package X requires Package Y (and optionally also Package Z etc.)"
\(bu
.B Editor
@@ -441,6 +447,11 @@ sqlite
The name of the database to use for statistics data.
eg: $REPOSITORY_DIR/etc/bcfg2.sqlite
+.SH PLUGIN-SPECIFIC OPTIONS
+
+Many plugins specify their own options in bcfg2.conf; see the online
+documentation about each plugin for more information on these.
+
.SH SEE ALSO
.BR bcfg2(1),
.BR bcfg2-server(8)