Files
ports/java/openjdk21/pkg-message
Franco Fichtner ac878f5cd6 */*: sync with upstream
Taken from: FreeBSD
2025-07-09 07:43:09 +02:00

17 lines
313 B
Plaintext

[
{ type: install
message: <<EOM
This OpenJDK implementation may require procfs(5) mounted on /proc for some
applications.
If you have not done it yet, please do the following:
mount -t procfs proc /proc
To make it permanent, you need the following lines in /etc/fstab:
proc /proc procfs rw 0 0
EOM
}
]