Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Sep 2010 16:06:05 +0200
From:      Alexander Leidinger <Alexander@Leidinger.net>
To:        Thomas <freebsdlists@bsdunix.ch>
Cc:        stable@freebsd.org, current@freebsd.org
Subject:   Re: daily_scrub_zfs_enable is missing in /etc/defaults/periodic.conf
Message-ID:  <20100916160605.50126iu2iydmvns4@webmail.leidinger.net>
In-Reply-To: <4C920701.5010402@bsdunix.ch>
References:  <4C920701.5010402@bsdunix.ch>

next in thread | previous in thread | raw e-mail | index | archive | help
Quoting Thomas <freebsdlists@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 @ Leidinger.net: PGP ID = B0063FE7
http://www.FreeBSD.org       netchild @ FreeBSD.org  : PGP ID = 72077137



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100916160605.50126iu2iydmvns4>