From bc52f6ac0c56c9551b58fb5110259d87b3a97056 Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Fri, 18 May 2012 10:53:35 -0400 Subject: Added inotify filemonitor driver Moved list of files to ignore into config --- man/bcfg2.conf.5 | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'man') 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) -- cgit v1.2.3-1-g7c22