opnsense-ports/java/openjdk12/pkg-message
Franco Fichtner 0c6dfbfc58 */*: sync with upstream
Taken from: HardenedBSD
2019-08-29 09:00:47 +02:00

15 lines
298 B
Text

[
{ type: install
message: <<EOM
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
}
]