NetBSD/etc/defaults/daily.conf
jmmv 8026500970 Default fetch_pkg_vulnerabilities to NO and complain if it is set to that
value when packages are found (so that the user knows he is not getting the
vulnerability checks).

Why?  People is complaining.  (And somehow, the argument that NetBSD doesn't
do any network operation by default convinces me that it should continue to
do so.)

But still, I will be adding a question to sysinst to enable/disable this.
2010-01-20 22:19:20 +00:00

35 lines
892 B
Plaintext

# $NetBSD: daily.conf,v 1.13 2010/01/20 22:19:20 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
pkgdb_dir=/var/db/pkg
fetch_pkg_vulnerabilities=NO
send_empty_security=NO