Add clear_daily_* variables
This commit is contained in:
parent
a70c8baac6
commit
4f0eb4e04e
@ -292,6 +292,15 @@ kern_securelevel="-1" # range: -1..3 ; `-1' is the most insecure
|
||||
update_motd="YES" # update version info in /etc/motd (or NO)
|
||||
start_vinum="" # set to YES to start vinum
|
||||
|
||||
##############################################################
|
||||
### /etc/periodic options ###################################
|
||||
##############################################################
|
||||
clear_daily_enable="NO" # Delete stuff daily
|
||||
clear_daily_dirs="/tmp /compat/linux/tmp" # Delete under here
|
||||
clear_daily_days="3" # If older than this
|
||||
clear_daily_ignore=".X*-lock quota.user quota.group" # Don't delete these
|
||||
clear_daily_verbose="YES" # Mention files deleted
|
||||
|
||||
##############################################################
|
||||
### Define source_rc_confs, the mechanism used by /etc/rc.* ##
|
||||
### scripts to source rc_conf_files overrides safely. ##
|
||||
|
Loading…
Reference in New Issue
Block a user