From owner-freebsd-current Sun Dec 8 7: 4:36 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E51F137B401 for ; Sun, 8 Dec 2002 07:04:34 -0800 (PST) Received: from mail.dada.it (mail4.dada.it [195.110.100.4]) by mx1.FreeBSD.org (Postfix) with SMTP id CA9CC43E4A for ; Sun, 8 Dec 2002 07:04:20 -0800 (PST) (envelope-from riccardo@torrini.org) Received: (qmail 9427 invoked from network); 8 Dec 2002 15:03:54 -0000 Received: from unknown (HELO torrini.org) (195.110.114.101) by mail.dada.it with SMTP; 8 Dec 2002 15:03:54 -0000 Received: from trudy.torrini.home (localhost.torrini.home [127.0.0.1]) by torrini.org (8.12.6/8.12.6) with ESMTP id gB8F3tML000936; Sun, 8 Dec 2002 16:03:55 +0100 (CET) (envelope-from riccardo@trudy.torrini.home) Received: (from riccardo@localhost) by trudy.torrini.home (8.12.6/8.12.6/Submit) id gB8F3mLr000935; Sun, 8 Dec 2002 16:03:48 +0100 (CET) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Sun, 08 Dec 2002 16:03:48 +0100 (CET) From: Riccardo Torrini To: Mark Murray Subject: The great perl script rewrite - big problem Cc: freebsd-current@FreeBSD.ORG Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I contributed to the great perl script rewrite but seems that we forgot to rewrite some important perl script: # grep -lR perl /etc/periodic/ /etc/periodic/daily/440.status-mailq /etc/periodic/daily/460.status-mail-rejects /etc/periodic/daily/470.status-named /etc/periodic/security/550.ipfwlimit /etc/periodic/security/650.ip6fwlimit I noticed this after installing postfix MTA into my 4.7 home server. BTW: postfix port disable periodic with this variables: # cat /etc/periodic.conf daily_status_mail_rejects_enable="NO" daily_status_include_submit_mailq="NO" daily_submit_queuerun="NO" Because FreeBSD.org use postfix I think it already resolved this issue, can you distribute your special periodic scripts? I tryed to convert 460* myself but the perl line is really too complex for me :-( I think that an awk migration may be appropriate, and also a MFC. Also a Cc: to stable people may be required. Riccardo. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message