diff options
author | Xavier Beaudouin <kiwi@FreeBSD.org> | 2024-12-16 15:30:55 +0100 |
---|---|---|
committer | Xavier Beaudouin <kiwi@FreeBSD.org> | 2025-01-06 15:16:58 +0100 |
commit | 2cf6bc1add649b35668b449ab35fb04ed0a6d263 (patch) | |
tree | cd22123049473e96380b5c86b692a4ca1b128edc /java/openjdk8 | |
parent | x11/xclickroot: Update to 1.4.0 (diff) |
java/openjdk*: Update pkg-message information about fdescfs and procfs
OpenJDK installation inform that fdescfs(5) and procfs(5) should be
mounted when using OpenJDK.
After doing some test and some traces, it seems that this should be
no so usefull, some applications will require it, but most of java
applications doesn't seems to suffer to work or performance when
such pseudo FS is not mounted.
So this change request permit to let local administrator to decide if
it is really needed or not.
Sponsored by: Entersekt (previously Modirum MDpay)
Sponsored by: Klara Inc.
Approved by: 0mp (mentor)
PR: 283364
Diffstat (limited to 'java/openjdk8')
-rw-r--r-- | java/openjdk8/pkg-message | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/openjdk8/pkg-message b/java/openjdk8/pkg-message index 2ea3d87d89c8..fcb6defe8dcd 100644 --- a/java/openjdk8/pkg-message +++ b/java/openjdk8/pkg-message @@ -1,8 +1,8 @@ [ { type: install message: <<EOM -This OpenJDK implementation requires fdescfs(5) mounted on /dev/fd and -procfs(5) mounted on /proc. +This OpenJDK implementation may require fdescfs(5) mounted on /dev/fd +and procfs(5) mounted on /proc for some applications. If you have not done it yet, please do the following: |