diff options
author | jlam <jlam> | 2007-08-22 14:49:21 +0000 |
---|---|---|
committer | jlam <jlam> | 2007-08-22 14:49:21 +0000 |
commit | 00d5a4fd3c5181b99aa2fb7f340bcd14f9ba3d9b (patch) | |
tree | be8706dbbe1b644004343f09c127794f1992e6df /lang/sun-jre6 | |
parent | 16f939d0e063cbaefe2e8ae56e16ae4cacb6c239 (diff) | |
download | pkgsrc-00d5a4fd3c5181b99aa2fb7f340bcd14f9ba3d9b.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-jre6')
-rw-r--r-- | lang/sun-jre6/MESSAGE.NetBSD | 20 |
1 files changed, 7 insertions, 13 deletions
diff --git a/lang/sun-jre6/MESSAGE.NetBSD b/lang/sun-jre6/MESSAGE.NetBSD index 8ff7444ee66..3bb350a3b9d 100644 --- a/lang/sun-jre6/MESSAGE.NetBSD +++ b/lang/sun-jre6/MESSAGE.NetBSD @@ -1,22 +1,16 @@ =========================================================================== -$NetBSD: MESSAGE.NetBSD,v 1.1 2007/02/18 19:11:27 tv Exp $ +$NetBSD: MESSAGE.NetBSD,v 1.2 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. - =========================================================================== |