svn commit: r351864 - head/shells/bash

Emanuel Haupt ehaupt at FreeBSD.org
Tue Apr 22 17:09:55 UTC 2014


Author: ehaupt
Date: Tue Apr 22 17:09:54 2014
New Revision: 351864
URL: http://svnweb.freebsd.org/changeset/ports/351864
QAT: https://qat.redports.org/buildarchive/r351864/

Log:
  bash does NOT require procfs mounted.

Modified:
  head/shells/bash/Makefile
  head/shells/bash/pkg-message

Modified: head/shells/bash/Makefile
==============================================================================
--- head/shells/bash/Makefile	Tue Apr 22 16:53:16 2014	(r351863)
+++ head/shells/bash/Makefile	Tue Apr 22 17:09:54 2014	(r351864)
@@ -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}

Modified: head/shells/bash/pkg-message
==============================================================================
--- head/shells/bash/pkg-message	Tue Apr 22 16:53:16 2014	(r351863)
+++ head/shells/bash/pkg-message	Tue Apr 22 17:09:54 2014	(r351864)
@@ -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
 
 ======================================================================


More information about the svn-ports-head mailing list