diff options
author | jlam <jlam@pkgsrc.org> | 2007-08-22 14:49:21 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2007-08-22 14:49:21 +0000 |
commit | ee8ef2f817ec638e239940b915f59807538373a7 (patch) | |
tree | be8706dbbe1b644004343f09c127794f1992e6df /lang/sun-jdk15 | |
parent | 3961b685a71975f9a5d3ff20e99792f2246c43ac (diff) | |
download | pkgsrc-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-jdk15')
-rw-r--r-- | lang/sun-jdk15/MESSAGE.NetBSD | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/lang/sun-jdk15/MESSAGE.NetBSD b/lang/sun-jdk15/MESSAGE.NetBSD deleted file mode 100644 index 91e996307c1..00000000000 --- a/lang/sun-jdk15/MESSAGE.NetBSD +++ /dev/null @@ -1,22 +0,0 @@ -=========================================================================== -$NetBSD: MESSAGE.NetBSD,v 1.1.1.1 2004/09/30 23:47:19 rh Exp $ - -In order to be able to run the JVM, you will need to compile your kernel -with the following options: - -options COMPAT_LINUX - -Then, you need to add the following line to your /etc/fstab: - -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 - - ${JAVA_HOME}/README - -for details about running this JDK. - -=========================================================================== |