From owner-svn-ports-all@FreeBSD.ORG Tue Apr 22 22:22:14 2014 Return-Path: Delivered-To: svn-ports-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C4673588; Tue, 22 Apr 2014 22:22:14 +0000 (UTC) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 86D811542; Tue, 22 Apr 2014 22:22:14 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 9C6B5BDC65; Wed, 23 Apr 2014 00:22:10 +0200 (CEST) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id 73530BDC61; Wed, 23 Apr 2014 00:22:10 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id EBB48D3FE265; Wed, 23 Apr 2014 00:22:09 +0200 (CEST) Date: Wed, 23 Apr 2014 00:22:09 +0200 From: Mathieu Arnold To: Adam Weinberger , olli hauer Subject: Re: svn commit: r351864 - head/shells/bash Message-ID: In-Reply-To: <3C27DBBC-628F-48F7-9EC4-82C7BA559D85@adamw.org> References: <5356B13D.3010600@gmx.de> <3C27DBBC-628F-48F7-9EC4-82C7BA559D85@adamw.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: 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: Tue, 22 Apr 2014 22:22:14 -0000 +--On 22 avril 2014 17:59:01 -0400 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 It also seems to only supports the <() syntax if fdescfs is there, feels strange that our devfs doesn't handle /dev/fd "correctly" -- Mathieu Arnold