svn commit: r510070 - in head/java: openjdk11 openjdk12 openjdk8

Greg Lewis glewis at FreeBSD.org
Wed Aug 28 15:34:33 UTC 2019


Author: glewis
Date: Wed Aug 28 15:34:32 2019
New Revision: 510070
URL: https://svnweb.freebsd.org/changeset/ports/510070

Log:
  Remove guidance about needing procfs
  
  * Remove portions of pkg-message that mention needing /proc mounted.
    This hasn't been the case for a while afaik (I don't have it mounted
    and haven't observed any related problems).

Modified:
  head/java/openjdk11/pkg-message
  head/java/openjdk12/pkg-message
  head/java/openjdk8/pkg-message

Modified: head/java/openjdk11/pkg-message
==============================================================================
--- head/java/openjdk11/pkg-message	Wed Aug 28 15:22:22 2019	(r510069)
+++ head/java/openjdk11/pkg-message	Wed Aug 28 15:34:32 2019	(r510070)
@@ -1,18 +1,15 @@
 [
 { type: install
   message: <<EOM
-This OpenJDK implementation requires fdescfs(5) mounted on /dev/fd and
-procfs(5) mounted on /proc.
+This OpenJDK implementation 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
 EOM
 }
 ]

Modified: head/java/openjdk12/pkg-message
==============================================================================
--- head/java/openjdk12/pkg-message	Wed Aug 28 15:22:22 2019	(r510069)
+++ head/java/openjdk12/pkg-message	Wed Aug 28 15:34:32 2019	(r510070)
@@ -1,18 +1,15 @@
 [
 { type: install
   message: <<EOM
-This OpenJDK implementation requires fdescfs(5) mounted on /dev/fd and
-procfs(5) mounted on /proc.
+This OpenJDK implementation 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
 EOM
 }
 ]

Modified: head/java/openjdk8/pkg-message
==============================================================================
--- head/java/openjdk8/pkg-message	Wed Aug 28 15:22:22 2019	(r510069)
+++ head/java/openjdk8/pkg-message	Wed Aug 28 15:34:32 2019	(r510070)
@@ -1,18 +1,15 @@
 [
 { type: install
   message: <<EOM
-This OpenJDK implementation requires fdescfs(5) mounted on /dev/fd and
-procfs(5) mounted on /proc.
+This OpenJDK implementation 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
 EOM
 }
 ]


More information about the svn-ports-head mailing list