From owner-svn-ports-all@FreeBSD.ORG Wed Apr 23 08:28:21 2014 Return-Path: Delivered-To: svn-ports-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0731B9FA; Wed, 23 Apr 2014 08:28:21 +0000 (UTC) Received: from mx.critical.ch (mx.critical.ch [IPv6:2001:1620:f05::1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8D21A121A; Wed, 23 Apr 2014 08:28:20 +0000 (UTC) Received: from wiggles.critical.ch (snow.ethz.ch [129.132.80.16]) (authenticated bits=0) by mx.critical.ch (8.14.7/8.14.7/critical-1.0) with ESMTP id s3N8S6AG011841; Wed, 23 Apr 2014 10:28:07 +0200 (CEST) (envelope-from ehaupt@critical.ch) Date: Wed, 23 Apr 2014 10:28:06 +0200 From: Emanuel Haupt To: "Adam Weinberger" Subject: Re: svn commit: r351864 - head/shells/bash Message-Id: <20140423102806.daa72bd1fec855d882d47163@critical.ch> In-Reply-To: <3C27DBBC-628F-48F7-9EC4-82C7BA559D85@adamw.org> References: <5356B13D.3010600@gmx.de> <3C27DBBC-628F-48F7-9EC4-82C7BA559D85@adamw.org> X-Mailer: Sylpheed 3.4.1 (GTK+ 2.24.22; amd64-portbld-freebsd9.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: olli hauer , svn-ports-all@FreeBSD.org, Emanuel Haupt , ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2014 08:28:21 -0000 "Adam Weinberger" wrote: > Also I'm confused by the statement "bash requires fdescfs(5) mounted > on /dev/fd", as it runs just fine without it. Perhaps it should be > changed to: > bash will support a '/dev/fd/N' syntax if fdescfs(5) is > mounted on /dev/fd Adam, this seems more accurate. Please feel free to commit. Emanuel