summaryrefslogtreecommitdiff
path: root/lang/sun-jdk14
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2004-04-02 10:12:33 +0000
committerjmmv <jmmv@pkgsrc.org>2004-04-02 10:12:33 +0000
commitf5284eb55f95889f3f52f79582b87973a21e680a (patch)
treea2df34deecd7a28eeadfcbd9102fc0d4d67e6fa4 /lang/sun-jdk14
parent6246a49e82d6f3fee39e9cc751827ea2219e49be (diff)
downloadpkgsrc-f5284eb55f95889f3f52f79582b87973a21e680a.tar.gz
As this needs a procfs mounted with the linux option, suggest /emul/linux/proc
as the mount point, instead of /proc. This way, one can mount a regular (i.e, w/o linux compatiblity) procfs under /proc.
Diffstat (limited to 'lang/sun-jdk14')
-rw-r--r--lang/sun-jdk14/MESSAGE.NetBSD4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/sun-jdk14/MESSAGE.NetBSD b/lang/sun-jdk14/MESSAGE.NetBSD
index c817116bfa0..4afd9a347dc 100644
--- a/lang/sun-jdk14/MESSAGE.NetBSD
+++ b/lang/sun-jdk14/MESSAGE.NetBSD
@@ -1,5 +1,5 @@
===========================================================================
-$NetBSD: MESSAGE.NetBSD,v 1.5 2004/02/28 00:49:03 lukem Exp $
+$NetBSD: MESSAGE.NetBSD,v 1.6 2004/04/02 10:12:33 jmmv Exp $
In order to be able to run the JVM, you will need to compile your kernel
with the following options:
@@ -8,7 +8,7 @@ options COMPAT_LINUX
Then, you need to add the following line to your /etc/fstab:
-procfs /proc procfs rw,linux
+procfs /emul/linux/proc procfs rw,linux
Furthermore, the data segment size set by your shell's 'ulimit' builtin
must be at least 262144 -- please refer to your shell's manual page for