summaryrefslogtreecommitdiff
path: root/java/openjdk8
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2019-08-28 15:34:32 +0000
committerGreg Lewis <glewis@FreeBSD.org>2019-08-28 15:34:32 +0000
commite4d88a10b0e953760360f33f17a0b8a0744af812 (patch)
tree289da0c20992527c2a191c755c58774b2c0b7a88 /java/openjdk8
parentUpdate to 1.2.0 (diff)
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).
Notes
Notes: svn path=/head/; revision=510070
Diffstat (limited to 'java/openjdk8')
-rw-r--r--java/openjdk8/pkg-message5
1 files changed, 1 insertions, 4 deletions
diff --git a/java/openjdk8/pkg-message b/java/openjdk8/pkg-message
index 2ea3d87d89c8..c3388e69a9e6 100644
--- a/java/openjdk8/pkg-message
+++ b/java/openjdk8/pkg-message
@@ -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
}
]