From owner-cvs-all Sat May 13 11:21:23 2000 Delivered-To: cvs-all@freebsd.org Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id 56ED337B594; Sat, 13 May 2000 11:20:49 -0700 (PDT) (envelope-from ben@scientia.demon.co.uk) Received: from strontium.scientia.demon.co.uk ([192.168.91.36] ident=exim) by scientia.demon.co.uk with esmtp (Exim 3.12 #1) id 12qejB-00035L-00; Sat, 13 May 2000 17:25:21 +0100 Received: (from ben) by strontium.scientia.demon.co.uk (Exim 3.12 #7) id 12qejB-000Ljx-00; Sat, 13 May 2000 17:25:21 +0100 Date: Sat, 13 May 2000 17:25:21 +0100 From: Ben Smithurst To: Tim Vanderhoek Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/conf GENERIC Message-ID: <20000513172521.M10128@strontium.scientia.demon.co.uk> References: <391C0917.138A96A4@dons.net.au> <200005121414.KAA10114@server.baldwin.cx> <20000513140725.L10128@strontium.scientia.demon.co.uk> <20000513111303.B19315@mad> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20000513111303.B19315@mad> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Tim Vanderhoek wrote: > | perl -Te "${PERLSCRIPT}" I don't trust Perl for this. I used to use a simple Perl script, but then when I ran it on a low memory machine perl kept running out of memory, and rather than letting me exit(EX_TEMPFAIL) in those cases it would just die horribly, so the mail got bounced by the MTA back to the sender. I just rewrote it in C rather than try to trap those errors in Perl (which is probably really easy if you know how). -- Ben Smithurst / ben@scientia.demon.co.uk / PGP: 0x99392F7D To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message