diff options
Diffstat (limited to 'man-db.sysconfig')
-rw-r--r-- | man-db.sysconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/man-db.sysconfig b/man-db.sysconfig new file mode 100644 index 0000000..e7449df --- /dev/null +++ b/man-db.sysconfig @@ -0,0 +1,10 @@ +# Set this to "no" to disable man-db update triggered by installation +# of any package containing manual pages +SERVICE="yes" + +# Set this to "no" to disable daily man-db update run by +# /etc/cron.daily/man-db.cron +CRON="yes" + +# Options used by mandb, we use "-q" as default, too much noise without it +OPTS="-q" |