diff options
-rw-r--r-- | shells/bash/Makefile | 2 | ||||
-rw-r--r-- | shells/bash/pkg-message | 5 |
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 ====================================================================== |