1[
2{ type: install
3  message: <<EOM
4WARNING: This port only exists for bootstrapping java/openjdk17.
5You are advised to remove this port as soon as a stable JDK is built.
6
7This OpenJDK implementation requires fdescfs(5) mounted on /dev/fd
8
9If you have not done it yet, please do the following:
10
11	mount -t fdescfs fdesc /dev/fd
12
13To make it permanent, you need the following lines in /etc/fstab:
14
15	fdesc	/dev/fd		fdescfs		rw	0	0
16EOM
17}
18]
19