Home | History | Annotate | Line # | Download | only in defaults
daily.conf revision 1.5
      1  1.5     perry #	$NetBSD: daily.conf,v 1.5 2003/12/07 22:17:54 perry Exp $
      2  1.1     lukem #
      3  1.1     lukem # /etc/defaults/daily.conf --
      4  1.1     lukem #	default configuration of /etc/daily.conf
      5  1.1     lukem #
      6  1.1     lukem # see daily.conf(5) for more information.
      7  1.2     lukem #
      8  1.2     lukem # DO NOT EDIT THIS FILE DIRECTLY; IT MAY BE REPLACED DURING A SYSTEM UPGRADE.
      9  1.2     lukem # EDIT /etc/daily.conf INSTEAD.
     10  1.1     lukem #
     11  1.1     lukem 
     12  1.1     lukem find_core=YES
     13  1.1     lukem expire_news=NO
     14  1.1     lukem purge_accounting=YES
     15  1.1     lukem run_msgs=YES
     16  1.4  christos # calendar uses cpp to expand user calendars.
     17  1.4  christos # calendar -a can be used as a local DOS by making an included file a
     18  1.4  christos # named pipe, thus this is turned off by default.
     19  1.4  christos run_calendar=NO
     20  1.1     lukem check_uucp=YES
     21  1.1     lukem check_disks=YES
     22  1.1     lukem check_mailq=YES
     23  1.1     lukem check_network=YES
     24  1.5     perry full_netstat=NO
     25  1.1     lukem run_fsck=NO
     26  1.1     lukem run_rdist=YES
     27  1.1     lukem run_security=YES
     28  1.1     lukem run_skeyaudit=YES
     29  1.3     jhawk 
     30  1.3     jhawk send_empty_security=NO
     31