24 lines
461 B
Plaintext
24 lines
461 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/cache/man) 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
|
|
|