diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-04-23 01:09:54 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-04-23 01:09:54 +0800 |
commit | 683fde486833ca9dde7068ccc7ec265a39cb2d75 (patch) | |
tree | 0947fd0364d3432a2bd3713e90626ee296237fd5 | |
parent | b46146e4a67a178991478b3f828aa6ef1fffeb09 (diff) | |
download | freebsd-ports-gnome-683fde486833ca9dde7068ccc7ec265a39cb2d75.tar.gz freebsd-ports-gnome-683fde486833ca9dde7068ccc7ec265a39cb2d75.tar.zst freebsd-ports-gnome-683fde486833ca9dde7068ccc7ec265a39cb2d75.zip |
bash does NOT require procfs mounted.
-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 ====================================================================== |