From owner-cvs-all Sun Apr 14 18:50:28 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B3FC837B405; Sun, 14 Apr 2002 18:50:19 -0700 (PDT) Received: (from gshapiro@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3F1oJQ59235; Sun, 14 Apr 2002 18:50:19 -0700 (PDT) (envelope-from gshapiro) Message-Id: <200204150150.g3F1oJQ59235@freefall.freebsd.org> From: Gregory Neil Shapiro Date: Sun, 14 Apr 2002 18:50:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man5 periodic.conf.5 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gshapiro 2002/04/14 18:50:19 PDT Modified files: (Branch: RELENG_4) share/man/man5 periodic.conf.5 Log: My periodic script changes were MFCed behind my back before the week in my original 'MFC after' commit time had passed. Therefore, I might as well MFC the man page change that went with the scripts. MFC: Update mail queue related periodic scripts to account for sendmail 8.12's clientmqueue (submit mail queue). The new mailq display is only active if both the old daily_status_mailq_enable is set to "YES" and the new daily_status_include_submit_mailq is set to "YES" so people who disabled 440.status-mailq won't have any surprises. Likewise, the new queue run is only active if both the old daily_queuerun_enable is set to "YES" and the new daily_submit_queuerun is set to "YES" so people who disabled 500.queuerun won't have any surprises. Revision Changes Path 1.41 +19 -0 src/share/man/man5/periodic.conf.5 Revision Changes Path 1.8.2.20 +19 -0 src/share/man/man5/periodic.conf.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message