mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 06:40:33 -04:00
disabled. This allows users to avoid mounting an extra FS that we don't enable by default. Only display pkg-message with fdescfs instructions when option is enabled. Submitted by: swills Differential Revision: https://reviews.freebsd.org/D10394
13 lines
385 B
Text
13 lines
385 B
Text
======================================================================
|
|
|
|
bash requires fdescfs(5) mounted on /dev/fd
|
|
|
|
If you have not done it yet, please do the following:
|
|
|
|
mount -t fdescfs fdescfs /dev/fd
|
|
|
|
To make it permanent, you need the following lines in /etc/fstab:
|
|
|
|
fdescfs /dev/fd fdescfs rw,late 0 0
|
|
|
|
======================================================================
|