summaryrefslogtreecommitdiff
path: root/shells/bash53/files/pkg-message.in
diff options
context:
space:
mode:
Diffstat (limited to 'shells/bash53/files/pkg-message.in')
-rw-r--r--shells/bash53/files/pkg-message.in15
1 files changed, 0 insertions, 15 deletions
diff --git a/shells/bash53/files/pkg-message.in b/shells/bash53/files/pkg-message.in
deleted file mode 100644
index e0e633447e95..000000000000
--- a/shells/bash53/files/pkg-message.in
+++ /dev/null
@@ -1,15 +0,0 @@
-[
-{ 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
-}
-]