mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 20:36:30 -04:00
15 lines
284 B
Text
15 lines
284 B
Text
[
|
|
{ type: install
|
|
message: <<EOM
|
|
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
|
|
EOM
|
|
}
|
|
]
|