summaryrefslogtreecommitdiff
path: root/java/linux-ibm-jdk14/pkg-message
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2007-03-09 13:47:43 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2007-03-09 13:47:43 +0000
commit67f5c8f116349f68cc0db70f498b1703ee697210 (patch)
treef497fad9d5e4ee17540e76ef9c79a21621b84e23 /java/linux-ibm-jdk14/pkg-message
parent. update to 3.2.4; (diff)
Remove expired ports:
2006-12-01 java/linux-ibm-jdk13: Vulnerabilities in the browser plugin 2006-12-01 java/linux-ibm-jdk14: Vulnerabilities in the browser plugin
Notes
Notes: svn path=/head/; revision=187014
Diffstat (limited to 'java/linux-ibm-jdk14/pkg-message')
-rw-r--r--java/linux-ibm-jdk14/pkg-message22
1 files changed, 0 insertions, 22 deletions
diff --git a/java/linux-ibm-jdk14/pkg-message b/java/linux-ibm-jdk14/pkg-message
deleted file mode 100644
index 74b3334df036..000000000000
--- a/java/linux-ibm-jdk14/pkg-message
+++ /dev/null
@@ -1,22 +0,0 @@
-======================================================================
-This Java VM will attempt to detect the number of processors and other
-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 core dump 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
-
-Also, you must use a kernel with the option USER_LDT enabled. Note
-that this option is not enabled in the GENERIC kernel, so you will
-need to compile a kernel with this option if you haven't already
-done so.
-
-NOTE: The JVM does not currently exit correctly unless the application
- has a specific call to System.exit().
-======================================================================