From owner-freebsd-bugs@FreeBSD.ORG Fri Oct 10 12:20:25 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6CFB516A4BF for ; Fri, 10 Oct 2003 12:20:25 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE42143FD7 for ; Fri, 10 Oct 2003 12:20:20 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h9AJKKFY017084 for ; Fri, 10 Oct 2003 12:20:20 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h9AJKKE4017082; Fri, 10 Oct 2003 12:20:20 -0700 (PDT) (envelope-from gnats) Date: Fri, 10 Oct 2003 12:20:20 -0700 (PDT) Message-Id: <200310101920.h9AJKKE4017082@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Colin Percival Subject: Re: bin/57414: /usr/bin/script fails silently if stdin is not a terminal X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Colin Percival List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Oct 2003 19:20:25 -0000 The following reply was made to PR bin/57414; it has been noted by GNATS. From: Colin Percival To: freebsd-gnats-submit@FreeBSD.org, lennox@cs.columbia.edu Cc: Subject: Re: bin/57414: /usr/bin/script fails silently if stdin is not a terminal Date: Fri, 10 Oct 2003 20:09:49 +0100 This is the same bug as PR bin/56166 -- the issue is not one of whether stdin is a terminal, but rather relates to the behaviour of select(2) -- /usr/bin/script exits if stdin is closed even if it is operating in execute-a-script mode instead of log-this-shell mode. Colin Percival