diff options
| author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2017-04-22 12:39:10 +0000 |
|---|---|---|
| committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2017-04-22 12:39:10 +0000 |
| commit | a7810723723770eac8dc0345219435b34381c192 (patch) | |
| tree | 2cd75f48d9a72fe45f0bb9daeb96ba7ebf7ceabb /shells/bash/files | |
| parent | cb69b493332d278ba17dcf1af2c920052cddecc7 (diff) | |
Notes
Diffstat (limited to 'shells/bash/files')
| -rw-r--r-- | shells/bash/files/pkg-message.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/shells/bash/files/pkg-message.in b/shells/bash/files/pkg-message.in new file mode 100644 index 000000000000..14dfcfe895f7 --- /dev/null +++ b/shells/bash/files/pkg-message.in @@ -0,0 +1,13 @@ +====================================================================== + +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 + +====================================================================== |
