opnsense-ports/java/bootstrap-openjdk11/pkg-message
Franco Fichtner b647f83fc4 */*: sync with upstream
Taken from: HardenedBSD
2019-11-06 21:48:38 +01:00

18 lines
434 B
Text

[
{ type: install
message: <<EOM
WARNING: This port only exists for bootstrapping java/openjdk11.
You are advised to remove this port as soon as a stable JDK is built.
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
To make it permanent, you need the following lines in /etc/fstab:
fdesc /dev/fd fdescfs rw 0 0
EOM
}
]