aboutsummaryrefslogtreecommitdiff
path: root/java/linux-sun-jdk14
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2003-07-21 17:12:55 +0000
committerGreg Lewis <glewis@FreeBSD.org>2003-07-21 17:12:55 +0000
commit82387aef2ae335f1e79fd0aaf952b0074f12f554 (patch)
tree42ba4a002d6d90ee0528cbf64530d18976809762 /java/linux-sun-jdk14
parent9501f7f65ea12392e0b22f7ff07a7219495c6706 (diff)
downloadports-82387aef2ae335f1e79fd0aaf952b0074f12f554.tar.gz
ports-82387aef2ae335f1e79fd0aaf952b0074f12f554.zip
. Update recommendations on alternatives.
. Note that you now need to enable linprocfs for this port to work correctly.
Notes
Notes: svn path=/head/; revision=85307
Diffstat (limited to 'java/linux-sun-jdk14')
-rw-r--r--java/linux-sun-jdk14/pkg-message21
1 files changed, 17 insertions, 4 deletions
diff --git a/java/linux-sun-jdk14/pkg-message b/java/linux-sun-jdk14/pkg-message
index e9ddfb22fe71..a69c61ec692d 100644
--- a/java/linux-sun-jdk14/pkg-message
+++ b/java/linux-sun-jdk14/pkg-message
@@ -1,5 +1,18 @@
-Warning: This JDK is currently unstable, especially if not run as root.
+======================================================================
+Warning: This JDK is currently unstable. You are advised to use
+either the FreeBSD jdk14 port or one of the jdk13 ports instead.
-You are advised to use either of the following JDK ports instead:
-o Sun JDK 1.3 for Linux (java/linux-sun-jdk13)
-o FreeBSD JDK 1.3 (java/jdk13)
+This Java VM will attempt to obtain some system information by
+accessing files in linux's procfs. You must install the Linux
+emulation procfs filesystem for this to work correctly. The JVM
+will exhibit various problems otherwise. This can be accomplished
+by adding the following line to your /etc/fstab file:
+
+ linprocfs /compat/linux/proc linprocfs rw 0 0
+
+and then, as root, executing the commands:
+
+kldload linprocfs
+mount /compat/linux/proc
+
+======================================================================