mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
9ad145c15f
- Merge two additional patches from the OpenJDK BSD porting project: http://hg.openjdk.java.net/bsd-port/bsd-port/jdk/rev/f974aefae43d http://hg.openjdk.java.net/bsd-port/bsd-port/jdk/rev/62dc2d00133f - Add a message to note fdescfs(5) is necessary for this implementation. PR: ports/145806 [1] Discussed with: glewis, lev
14 lines
399 B
Plaintext
14 lines
399 B
Plaintext
======================================================================
|
|
|
|
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 line in /etc/fstab:
|
|
|
|
fdesc /dev/fd fdescfs rw 0 0
|
|
|
|
======================================================================
|