aboutsummaryrefslogtreecommitdiff
path: root/shells/bash
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-04-22 17:09:54 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-04-22 17:09:54 +0000
commit8dd26c8f51d4b295a796229d42f764dc154622bb (patch)
tree0947fd0364d3432a2bd3713e90626ee296237fd5 /shells/bash
parent593930a167c1f627f71ed6b824e7afc86915067c (diff)
downloadports-8dd26c8f51d4b295a796229d42f764dc154622bb.tar.gz
ports-8dd26c8f51d4b295a796229d42f764dc154622bb.zip
Notes
Diffstat (limited to 'shells/bash')
-rw-r--r--shells/bash/Makefile2
-rw-r--r--shells/bash/pkg-message5
2 files changed, 2 insertions, 5 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile
index 30fc3993c372..8d92fab89c4b 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?= 1
+PORTREVISION?= 2
CATEGORIES= shells
MASTER_SITES= GNU
MASTER_SITE_SUBDIR= ${PORTNAME}
diff --git a/shells/bash/pkg-message b/shells/bash/pkg-message
index d918abd961ca..8dc8fc463362 100644
--- a/shells/bash/pkg-message
+++ b/shells/bash/pkg-message
@@ -1,16 +1,13 @@
======================================================================
-bash requires fdescfs(5) mounted on /dev/fd and procfs(5) mounted on
-/proc.
+bash requires fdescfs(5) mounted on /dev/fd
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
======================================================================