diff options
| author | Jung-uk Kim <jkim@FreeBSD.org> | 2012-10-12 00:42:31 +0000 |
|---|---|---|
| committer | Jung-uk Kim <jkim@FreeBSD.org> | 2012-10-12 00:42:31 +0000 |
| commit | 2151c80bb7a3dda38b807e60899e06a993122b66 (patch) | |
| tree | 0a3ea2505ea467f67d5da7a95ffc70795c6d8629 /java/bootstrap-openjdk/pkg-message | |
| parent | 73fb96782e630566e307f2e2645526c2cde62a86 (diff) | |
Notes
Diffstat (limited to 'java/bootstrap-openjdk/pkg-message')
| -rw-r--r-- | java/bootstrap-openjdk/pkg-message | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/java/bootstrap-openjdk/pkg-message b/java/bootstrap-openjdk/pkg-message new file mode 100644 index 000000000000..0a651e40752f --- /dev/null +++ b/java/bootstrap-openjdk/pkg-message @@ -0,0 +1,19 @@ +====================================================================== + +WARNING: This port only exists for bootstrapping java/openjdk[67]. +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 and +procfs(5) mounted on /proc. + +If you have not done it yet, please do the following: + + mount -t fdescfs fdesc /dev/fd + mount -t procfs proc /proc + +To make it permanent, you need the following lines in /etc/fstab: + + fdesc /dev/fd fdescfs rw 0 0 + proc /proc procfs rw 0 0 + +====================================================================== |
