From owner-svn-ports-all@FreeBSD.ORG Tue Apr 22 21:59:11 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 93F81DB9; Tue, 22 Apr 2014 21:59:11 +0000 (UTC) Received: from apnoea.adamw.org (apnoea.adamw.org [204.109.59.150]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6E24B12A4; Tue, 22 Apr 2014 21:59:11 +0000 (UTC) Received: from [192.168.2.1] (dhcp-108-170-169-12.cable.user.start.ca [108.170.169.12]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by apnoea.adamw.org (Postfix) with ESMTPSA id 2B1E411F86F; Tue, 22 Apr 2014 17:59:04 -0400 (EDT) From: "Adam Weinberger" To: "olli hauer" Subject: Re: svn commit: r351864 - head/shells/bash Date: Tue, 22 Apr 2014 17:59:01 -0400 Message-ID: <3C27DBBC-628F-48F7-9EC4-82C7BA559D85@adamw.org> In-Reply-To: <5356B13D.3010600@gmx.de> References: <5356B13D.3010600@gmx.de> MIME-Version: 1.0 Content-Type: text/plain; format=flowed X-Mailer: MailMate (1.7.2r4025) 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 21:59:11 -0000 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 -- Adam Weinberger adamw@adamw.org http://www.adamw.org On 22 Apr 2014, at 14:13, olli hauer wrote: > Hi Emanuel, > > please check the fdescfs mount notation, it looks wrong. > > Possible issues with wrong /etc/fstab entries are found mostly during > reboot, but then it is to late ;) > > According fdescfs(5) it should look like the this path. > > > Index: pkg-message > =================================================================== > --- pkg-message (revision 351867) > +++ pkg-message (working copy) > @@ -4,10 +4,10 @@ > > If you have not done it yet, please do the following: > > - mount -t fdescfs fdesc /dev/fd > + mount -t fdescfs null /dev/fd > > To make it permanent, you need the following lines in /etc/fstab: > > - fdesc /dev/fd fdescfs rw 0 0 > + fdescfs /dev/fd fdescfs rw 0 0 > > ====================================================================== > > -- > Regards, > olli