Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Dec 2002 18:07:02 +0100
From:      Christian Brueffer <chris@unixpages.org>
To:        Riccardo Torrini <riccardo@torrini.org>
Cc:        Mark Murray <mark@grondar.za>, freebsd-current@FreeBSD.ORG
Subject:   Re: The great perl script rewrite - big problem
Message-ID:  <20021208170701.GA590@unixpages.org>
In-Reply-To: <XFMail.20021208160348.riccardo@torrini.org>
References:  <XFMail.20021208160348.riccardo@torrini.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--6c2NcOVqGQ03X4Wi
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

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:
>=20
> # 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
>=20
> I noticed this after installing postfix MTA into my 4.7 home server.
>=20
> BTW: postfix port disable periodic with this variables:
>=20
> # cat /etc/periodic.conf
> daily_status_mail_rejects_enable=3D"NO"
> daily_status_include_submit_mailq=3D"NO"
> daily_submit_queuerun=3D"NO"
>=20
>=20
> 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  :-(
>=20
> I think that an awk migration may be appropriate, and also a MFC.
> Also a Cc: to stable people may be required.
>=20

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.
 =20
  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

--=20
http://www.unixpages.org			chris@unixpages.org
GPG Pub-Key    : www.unixpages.org/cbrueffer.asc
GPG Fingerprint: A5C8 2099 19FF AACA F41B  B29B 6C76 178C A0ED 982D
GPG Key ID     : 0xA0ED982D

--6c2NcOVqGQ03X4Wi
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.0 (FreeBSD)

iD8DBQE983w1bHYXjKDtmC0RArthAJ0RKG0SGNHNmU+QMVlqj+v33cv8vwCaA2TX
GJ8D2iF0mxoMTVFcnDAGzlQ=
=tbLf
-----END PGP SIGNATURE-----

--6c2NcOVqGQ03X4Wi--

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?20021208170701.GA590>