opnsense-ports/shells/bash/files/pkg-message.in
Franco Fichtner bd7ceb546a shells/bash: sync with upstream
Taken from: FreeBSD
2017-04-24 07:05:22 +02:00

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