Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 08 Dec 2002 16:03:48 +0100 (CET)
From:      Riccardo Torrini <riccardo@torrini.org>
To:        Mark Murray <mark@grondar.za>
Cc:        freebsd-current@FreeBSD.ORG
Subject:   The great perl script rewrite - big problem
Message-ID:  <XFMail.20021208160348.riccardo@torrini.org>

next in thread | raw e-mail | index | archive | help
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




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