blob: ff3663fa76639f690ddd422d356a555a537a2b27 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
# $NetBSD: daily.conf,v 1.18 2012/07/30 17:09:34 christos Exp $
#
# /etc/defaults/daily.conf --
# default configuration of /etc/daily.conf
#
# see daily.conf(5) for more information.
#
# DO NOT EDIT THIS FILE DIRECTLY; IT MAY BE REPLACED DURING A SYSTEM UPGRADE.
# EDIT /etc/daily.conf INSTEAD.
#
find_core=YES
find_core_ignore_fstypes="!local rdonly fdesc null kernfs procfs ptyfs"
find_core_ignore_paths=""
expire_news=NO
purge_accounting=YES
run_msgs=YES
# if you have replaced /usr/bin/cpp with a version of cpp which does not understand
# the CPP_RESTRICTED environment variable, calendar -a can be used as a local DOS by
# making an included file a named pipe
run_calendar=YES
check_disks=YES
show_remote_fs=NO
check_mailq=YES
check_network=YES
full_netstat=NO
run_fsck=NO
run_fsck_flags=""
run_makemandb=YES
run_rdist=YES
run_security=YES
separate_security_email=YES
run_skeyaudit=YES
fetch_pkg_vulnerabilities="" # set to NO to disable and not be warned about
send_empty_security=NO
|