53cb2117e8
favor of the PKG_DBDIR variable in /etc/pkg_install.conf. The purpose of this is to only have to define the location of the packages database in a single place and have all other system components pick it up. pkgdb_dir is still honored if defined and the scripts will spit out a warning in that case, asking the administrator to migrate to the PKG_DBDIR setting. We can't remove this compatibility workaround until, at least, after NetBSD 6 is released.
34 lines
870 B
Plaintext
34 lines
870 B
Plaintext
# $NetBSD: daily.conf,v 1.14 2010/02/05 16:29:02 jmmv 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"
|
|
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_rdist=YES
|
|
run_security=YES
|
|
run_skeyaudit=YES
|
|
fetch_pkg_vulnerabilities=NO
|
|
|
|
send_empty_security=NO
|