From owner-freebsd-current Sun Dec 23 22:44:34 2001 Delivered-To: freebsd-current@freebsd.org Received: from espresso.q9media.com (espresso.q9media.com [216.254.138.122]) by hub.freebsd.org (Postfix) with ESMTP id C094637B416 for ; Sun, 23 Dec 2001 22:44:32 -0800 (PST) Received: (from mike@localhost) by espresso.q9media.com (8.11.6/8.11.6) id fBO6gQh93744; Mon, 24 Dec 2001 01:42:26 -0500 (EST) (envelope-from mike) Date: Mon, 24 Dec 2001 01:42:26 -0500 From: Mike Barcroft To: KT Sin Cc: current@FreeBSD.ORG Subject: Re: 2>&1 in /bin/sh Message-ID: <20011224014226.B72911@espresso.q9media.com> References: <20011224062615.GA6441@nutty.Singapore.Sun.COM> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011224062615.GA6441@nutty.Singapore.Sun.COM>; from ktsin@acm.org on Mon, Dec 24, 2001 at 02:26:18PM +0800 Organization: The FreeBSD Project Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG KT Sin writes: > Just ran make world this morning and 2>&1 fd redirection stopped working > for /bin/sh. > > $ ls /bad/file > /dev/null 2>&1 > ls: /bad/file: No such file or directory > > 2>&1 is used extensively in the /etc/rc* bootup scripts. Now, the bootup > screen is cluttered with unwanted messages. > > Any idea? AFAIK, this was fixed. Check the commit logs for sh(1). Best regards, Mike Barcroft To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message