summaryrefslogtreecommitdiff
path: root/java/linux-sun-jdk16/pkg-message
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2005-10-16 07:41:55 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2005-10-16 07:41:55 +0000
commit40a3261d1a6e2617f6afde0cd6d762a7e211af7a (patch)
treed70bbf882801af3a4e58dde3ed6a1da1849479d4 /java/linux-sun-jdk16/pkg-message
parenta9f801a2186fcb89f70f7dcb211c6d4922c0e3af (diff)
Diffstat (limited to 'java/linux-sun-jdk16/pkg-message')
-rw-r--r--java/linux-sun-jdk16/pkg-message18
1 files changed, 0 insertions, 18 deletions
diff --git a/java/linux-sun-jdk16/pkg-message b/java/linux-sun-jdk16/pkg-message
deleted file mode 100644
index 42c716efb930..000000000000
--- a/java/linux-sun-jdk16/pkg-message
+++ /dev/null
@@ -1,18 +0,0 @@
-======================================================================
-Warning: This JDK may be unstable. You are advised to use the native
-FreeBSD 1.5 JDK, in ports/java/jdk15.
-
-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
-
-======================================================================