Quoting Thomas <freebsdlists_at_bsdunix.ch> (from Thu, 16 Sep 2010 14:01:05 +0200): > Hello > > Is there an actual reason why "daily_scrub_zfs_enable" is missing in > /etc/defaults/periodic.conf? Besides the fact that the authoritative source of information is the man-page: the 800.scrub-zfs is handling the defaults internally. More critical are entries in defaults/periodic.conf which are not described in the man-page. On my -current system: ---snip--- # for i in $(grep -v '^#' /etc/defaults/periodic.conf | grep = | tail +3 | head -94 | cut -d '=' -f 1); do grep -q $i periodic.txt|| echo $i not in man-page | egrep -v '_show_(success|info|badconfig)' done daily_status_zfs_enable not in man-page daily_status_mail_rejects_shorten not in man-page daily_status_ntpd_enable not in man-page daily_status_pkg_changes_enable not in man-page daily_status_security_logdir not in man-page daily_status_security_chkportsum_enable not in man-page daily_status_security_ipf6denied_enable not in man-page ---snip--- periodic.txt was generated via zcat /usr/share/man/man5/periodic.conf.5.gz | groff -Tascii -man -a >! periodic.txt Bye, Alexander. -- One reason why George Washington Is held in such veneration: He never blamed his problems On the former Administration. -- George O. Ludcke http://www.Leidinger.net Alexander _at_ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild _at_ FreeBSD.org : PGP ID = 72077137Received on Thu Sep 16 2010 - 12:06:14 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:07 UTC