aboutsummaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-04-22 09:20:56 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-04-22 09:20:56 +0000
commit2c9bbf1dd0bbd5028c7a20e0aeb72ebaafb96e04 (patch)
treedda68198198d34a4731769677e9103d769ca44ee /shells
parent7e71437125d99023897eb8a61a44f4abf893f589 (diff)
downloadports-2c9bbf1dd0bbd5028c7a20e0aeb72ebaafb96e04.tar.gz
ports-2c9bbf1dd0bbd5028c7a20e0aeb72ebaafb96e04.zip
Notes
Diffstat (limited to 'shells')
-rw-r--r--shells/bash/Makefile2
-rw-r--r--shells/bash/pkg-message16
2 files changed, 17 insertions, 1 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile
index 130a2993a7ce..30fc3993c372 100644
--- a/shells/bash/Makefile
+++ b/shells/bash/Makefile
@@ -4,7 +4,7 @@
PORTNAME= bash
PATCHLEVEL= 11
PORTVERSION= 4.3.${PATCHLEVEL:S/^0//g}
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES= shells
MASTER_SITES= GNU
MASTER_SITE_SUBDIR= ${PORTNAME}
diff --git a/shells/bash/pkg-message b/shells/bash/pkg-message
new file mode 100644
index 000000000000..d918abd961ca
--- /dev/null
+++ b/shells/bash/pkg-message
@@ -0,0 +1,16 @@
+======================================================================
+
+bash requires fdescfs(5) mounted on /dev/fd and procfs(5) mounted on
+/proc.
+
+If you have not done it yet, please do the following:
+
+ mount -t fdescfs fdesc /dev/fd
+ mount -t procfs proc /proc
+
+To make it permanent, you need the following lines in /etc/fstab:
+
+ fdesc /dev/fd fdescfs rw 0 0
+ proc /proc procfs rw 0 0
+
+======================================================================