summaryrefslogtreecommitdiff
path: root/shells/bash/files/pkg-message.in
diff options
context:
space:
mode:
Diffstat (limited to 'shells/bash/files/pkg-message.in')
-rw-r--r--shells/bash/files/pkg-message.in10
1 files changed, 6 insertions, 4 deletions
diff --git a/shells/bash/files/pkg-message.in b/shells/bash/files/pkg-message.in
index 14dfcfe895f7..e0e633447e95 100644
--- a/shells/bash/files/pkg-message.in
+++ b/shells/bash/files/pkg-message.in
@@ -1,5 +1,6 @@
-======================================================================
-
+[
+{ type: install
+ message: <<EOM
bash requires fdescfs(5) mounted on /dev/fd
If you have not done it yet, please do the following:
@@ -9,5 +10,6 @@ If you have not done it yet, please do the following:
To make it permanent, you need the following lines in /etc/fstab:
fdescfs /dev/fd fdescfs rw,late 0 0
-
-======================================================================
+EOM
+}
+]