summaryrefslogtreecommitdiff
path: root/lang/sun-jre15/MESSAGE.NetBSD
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2007-08-22 14:49:21 +0000
committerjlam <jlam@pkgsrc.org>2007-08-22 14:49:21 +0000
commitee8ef2f817ec638e239940b915f59807538373a7 (patch)
treebe8706dbbe1b644004343f09c127794f1992e6df /lang/sun-jre15/MESSAGE.NetBSD
parent3961b685a71975f9a5d3ff20e99792f2246c43ac (diff)
downloadpkgsrc-ee8ef2f817ec638e239940b915f59807538373a7.tar.gz
Don't bother stating that we need COMPAT_LINUX, as the packages we
depend upon to supply the Linux shared libraries already tell the user this. The JDK packages also depend on the corresponding JRE package, so they don't need to show the same message -- keep the message with the JRE packages instead.
Diffstat (limited to 'lang/sun-jre15/MESSAGE.NetBSD')
-rw-r--r--lang/sun-jre15/MESSAGE.NetBSD20
1 files changed, 7 insertions, 13 deletions
diff --git a/lang/sun-jre15/MESSAGE.NetBSD b/lang/sun-jre15/MESSAGE.NetBSD
index 5ee1a4aa7e2..dfd76327ead 100644
--- a/lang/sun-jre15/MESSAGE.NetBSD
+++ b/lang/sun-jre15/MESSAGE.NetBSD
@@ -1,22 +1,16 @@
===========================================================================
-$NetBSD: MESSAGE.NetBSD,v 1.2 2006/08/21 12:27:37 gson Exp $
+$NetBSD: MESSAGE.NetBSD,v 1.3 2007/08/22 14:49:24 jlam Exp $
-In order to be able to run the JVM, you will need to compile your kernel
-with the following options:
+In order to be able to run the JVM, you need to add the following line
+to your /etc/fstab:
-options COMPAT_LINUX
+ procfs /emul/linux/proc procfs rw,linux
-Then, you need to add the following line to your /etc/fstab:
+Furthermore, the maximum data segment size assigned to your user must
+be at least 262144.
-procfs /emul/linux/proc procfs rw,linux
-
-Furthermore, the maximum data segment size assigned to your user must be
-at least 262144.
-
-You may want to read
+You may want to read the following for details about running this JDK:
${JAVA_HOME}/README
-for details about running this JRE.
-
===========================================================================