24 lines
458 B
Plaintext
24 lines
458 B
Plaintext
|
## Path: System/Cron/Man
|
||
|
## Description: cron configuration for man utility
|
||
|
## Type: yesno
|
||
|
## Default: yes
|
||
|
#
|
||
|
# Should mandb and whatis be recreated by cron.daily ("yes" or "no")
|
||
|
#
|
||
|
REINIT_MANDB=yes
|
||
|
|
||
|
## Type: yesno
|
||
|
## Default: yes
|
||
|
#
|
||
|
# Should old preformatted man pages (in /var/catman) be deleted? (yes/no)
|
||
|
#
|
||
|
DELETE_OLD_CATMAN=yes
|
||
|
|
||
|
## Type: integer
|
||
|
## Default: 7
|
||
|
#
|
||
|
# How long should old preformatted man pages be kept before deletion? (days)
|
||
|
#
|
||
|
CATMAN_ATIME=7
|
||
|
|