freebsd-ports/java/openjdk13/pkg-message
2019-09-18 00:16:40 +00: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
}
]