On Sun, Dec 08, 2002 at 04:03:48PM +0100, Riccardo Torrini wrote:
> 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.
> 

Hi,

this has already been taken care of:


keramida    2002/12/07 15:37:45 PST

  Modified files:
      etc/periodic/daily   440.status-mailq 460.status-mail-rejects
                           470.status-named
      etc/periodic/security 550.ipfwlimit 650.ip6fwlimit
  Log:
  Avoid using perl in the periodic & security scripts.  This brings the
  base system one step closer to being totally perl-free.
  
  Approved by:    re (jhb)

  Revision  Changes    Path
  1.9       +3 -3      src/etc/periodic/daily/440.status-mailq
  1.15      +4 -3      src/etc/periodic/daily/460.status-mail-rejects
  1.4       +23 -23    src/etc/periodic/daily/470.status-named
  1.5       +4 -2      src/etc/periodic/security/550.ipfwlimit
  1.5       +4 -2      src/etc/periodic/security/650.ip6fwlimit


- Christian

-- 
http://www.unixpages.org                        [EMAIL PROTECTED]
GPG Pub-Key    : www.unixpages.org/cbrueffer.asc
GPG Fingerprint: A5C8 2099 19FF AACA F41B  B29B 6C76 178C A0ED 982D
GPG Key ID     : 0xA0ED982D

Attachment: msg48358/pgp00000.pgp
Description: PGP signature

Reply via email to