Home | History | Annotate | Line # | Download | only in defaults
daily.conf revision 1.4
      1 #	$NetBSD: daily.conf,v 1.4 2003/09/30 00:23:23 christos 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 expire_news=NO
     14 purge_accounting=YES
     15 run_msgs=YES
     16 # calendar uses cpp to expand user calendars.
     17 # calendar -a can be used as a local DOS by making an included file a
     18 # named pipe, thus this is turned off by default.
     19 run_calendar=NO
     20 check_uucp=YES
     21 check_disks=YES
     22 check_mailq=YES
     23 check_network=YES
     24 run_fsck=NO
     25 run_rdist=YES
     26 run_security=YES
     27 run_skeyaudit=YES
     28 
     29 send_empty_security=NO
     30