1 # $NetBSD: daily.conf,v 1.7 2004/09/28 15:03:58 erh Exp $ 2 # 3 # /etc/defaults/daily.conf -- 4 # default configuration of /etc/daily.conf 5 # 6 # see daily.conf(5) for more information. 7 # 8 # DO NOT EDIT THIS FILE DIRECTLY; IT MAY BE REPLACED DURING A SYSTEM UPGRADE. 9 # EDIT /etc/daily.conf INSTEAD. 10 # 11 12 find_core=YES 13 find_core_ignore_fstypes="!local rdonly fdesc null kernfs procfs" 14 expire_news=NO 15 purge_accounting=YES 16 run_msgs=YES 17 # calendar uses cpp to expand user calendars. 18 # calendar -a can be used as a local DOS by making an included file a 19 # named pipe, thus this is turned off by default. 20 run_calendar=NO 21 check_uucp=YES 22 check_disks=YES 23 show_remote_fs=NO 24 check_mailq=YES 25 check_network=YES 26 full_netstat=NO 27 run_fsck=NO 28 run_rdist=YES 29 run_security=YES 30 run_skeyaudit=YES 31 32 send_empty_security=NO 33