svn commit: r351864 - head/shells/bash

Adam Weinberger adamw at adamw.org
Tue Apr 22 21:59:11 UTC 2014


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 at 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


More information about the svn-ports-all mailing list