summaryrefslogtreecommitdiff
path: root/shells/bash/files
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2019-08-14 12:16:12 +0000
committerMathieu Arnold <mat@FreeBSD.org>2019-08-14 12:16:12 +0000
commitbc89cd3d2cf8f4e777f70bdaf1a643f550fa6e38 (patch)
treed93b56c802078ea422367abc82bd53ab1780d10b /shells/bash/files
parentConvert to UCL & cleanup pkg-message (categories [p-r]) (diff)
Convert to UCL & cleanup pkg-message (categories s)
Diffstat (limited to 'shells/bash/files')
-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
+}
+]