From owner-freebsd-current@FreeBSD.ORG Sun Feb 15 20:59:41 2004 Return-Path: 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 C784616A4CE for ; Sun, 15 Feb 2004 20:59:41 -0800 (PST) Received: from tx2.oucs.ox.ac.uk (tx2.oucs.ox.ac.uk [163.1.2.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0E0D43D1F for ; Sun, 15 Feb 2004 20:59:41 -0800 (PST) (envelope-from colin.percival@wadham.ox.ac.uk) Received: from scan2.oucs.ox.ac.uk ([163.1.2.162] helo=localhost) by tx2.oucs.ox.ac.uk with esmtp (Exim 4.24) id 1Asar6-00085z-M3 for current@freebsd.org; Mon, 16 Feb 2004 04:59:40 +0000 Received: from rx2.oucs.ox.ac.uk ([163.1.2.161]) by localhost (scan2.oucs.ox.ac.uk [163.1.2.162]) (amavisd-new, port 25) with ESMTP id 30997-02 for ; Mon, 16 Feb 2004 04:59:40 +0000 (GMT) Received: from gateway.wadham.ox.ac.uk ([163.1.161.253]) by rx2.oucs.ox.ac.uk with smtp (Exim 4.24) id 1Asar6-00085t-8e for current@freebsd.org; Mon, 16 Feb 2004 04:59:40 +0000 Received: (qmail 5180 invoked by uid 0); 16 Feb 2004 04:59:40 -0000 Received: from colin.percival@wadham.ox.ac.uk by gateway by uid 71 with qmail-scanner-1.16 (sweep: 2.14/3.71. spamassassin: 2.53. Clear:. Processed in 1.426739 secs); 16 Feb 2004 04:59:40 -0000 X-Qmail-Scanner-Mail-From: colin.percival@wadham.ox.ac.uk via gateway X-Qmail-Scanner: 1.16 (Clear:. Processed in 1.426739 secs) Received: from dhcp1131.wadham.ox.ac.uk (HELO piii600.wadham.ox.ac.uk) (163.1.161.131) by gateway.wadham.ox.ac.uk with SMTP; 16 Feb 2004 04:59:39 -0000 Message-Id: <6.0.1.1.1.20040216045434.034c7230@imap.sfu.ca> X-Sender: cperciva@imap.sfu.ca (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 6.0.1.1 Date: Mon, 16 Feb 2004 04:59:37 +0000 To: Mark Johnston From: Colin Percival In-Reply-To: <20040216044222.GA601@omoikane.mb.skyweb.ca> References: <20040216044222.GA601@omoikane.mb.skyweb.ca> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed cc: current@freebsd.org Subject: Re: cvs-src summary for 15/02/04 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 04:59:42 -0000 At 04:42 16/02/2004, Mark Johnston wrote: >Non-interactive script(1) fixed >------------------------------- >Colin Percival (cperciva) committed code to fix script(1) when the >standard input is closed. Which is to say, I've made a second attempt to fix script(1), since my first attempt was horribly broken. Hopefully it will work this time. :) Colin Percival