From owner-freebsd-bugs Sat Dec 23 2:40: 7 2000 From owner-freebsd-bugs@FreeBSD.ORG Sat Dec 23 02:40:03 2000 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7ABB937B400 for ; Sat, 23 Dec 2000 02:40:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eBNAe2G48223; Sat, 23 Dec 2000 02:40:02 -0800 (PST) (envelope-from gnats) Date: Sat, 23 Dec 2000 02:40:02 -0800 (PST) Message-Id: <200012231040.eBNAe2G48223@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Peter Pentchev Subject: Re: misc/23766: /etc/periodic/daily/440.status-mailq does not produce output when daily_status_mailq_shorten="YES" is specified Reply-To: Peter Pentchev Sender: gnats@FreeBSD.org Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/23766; it has been noted by GNATS. From: Peter Pentchev To: Andy Farkas Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: misc/23766: /etc/periodic/daily/440.status-mailq does not produce output when daily_status_mailq_shorten="YES" is specified Date: Sat, 23 Dec 2000 12:35:38 +0200 On Fri, Dec 22, 2000 at 06:50:02PM -0800, Andy Farkas wrote: > On Fri, 22 Dec 2000 lambert@ssabsd.csw.net wrote: > > > *** periodic.conf.dist Fri Dec 15 12:47:52 2000 > > --- periodic.conf Fri Dec 15 12:49:45 2000 > > *************** > > *** 106,111 **** > > --- 106,114 ---- > > # 440.status-mailq > > daily_status_mailq_enable="YES" # Check mail status > > daily_status_mailq_shorten="NO" # Shorten output > > + daily_mailq_shorten_min=1 # Number of uniq addrs > > + # in output must be > > > + # this number > > > > # 450.status-security > > daily_status_security_enable="YES" # Security check > > I like the idea of $daily_mailq_shorten_min being configurable, but the > default should be 0, ie show all mailq entries, and maybe its name should > be changed to something more conformist..? The 'show all mailq entries' is already controlled by the above setting - $daily_status_mailq_shorten. The _min setting only takes effect when the other one is set to "YES", and then, 1 is the *current* default, so this patch is not changing anything in the current setup. G'luck, Peter -- I am the meaning of this sentence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message