1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-03 09:00:21 +00:00

Add clear_daily_* variables

This commit is contained in:
Brian Somers 2000-06-09 17:07:15 +00:00
parent 008c5376df
commit 59f32c3a6a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=61459

View File

@ -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. ##