pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang As this needs a procfs mounted with the linux opt...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/42d9d2bf3264
branches:  trunk
changeset: 472003:42d9d2bf3264
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Fri Apr 02 10:12:33 2004 +0000

description:
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:

 lang/sun-jdk14/MESSAGE.NetBSD |  4 ++--
 lang/sun-jre14/MESSAGE.NetBSD |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (38 lines):

diff -r 5856929c007c -r 42d9d2bf3264 lang/sun-jdk14/MESSAGE.NetBSD
--- a/lang/sun-jdk14/MESSAGE.NetBSD     Fri Apr 02 10:07:57 2004 +0000
+++ b/lang/sun-jdk14/MESSAGE.NetBSD     Fri Apr 02 10:12:33 2004 +0000
@@ -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 @@
 
 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
diff -r 5856929c007c -r 42d9d2bf3264 lang/sun-jre14/MESSAGE.NetBSD
--- a/lang/sun-jre14/MESSAGE.NetBSD     Fri Apr 02 10:07:57 2004 +0000
+++ b/lang/sun-jre14/MESSAGE.NetBSD     Fri Apr 02 10:12:33 2004 +0000
@@ -1,5 +1,5 @@
 ===========================================================================
-$NetBSD: MESSAGE.NetBSD,v 1.5 2004/02/28 00:44:34 lukem Exp $
+$NetBSD: MESSAGE.NetBSD,v 1.6 2004/04/02 10:12:34 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 @@
 
 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



Home | Main Index | Thread Index | Old Index