summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authormanu <manu@pkgsrc.org>2002-10-05 15:48:45 +0000
committermanu <manu@pkgsrc.org>2002-10-05 15:48:45 +0000
commit6b740f3352a47b0e2836f4637b75c78426d721b5 (patch)
tree3ce9e0cf48fb557cc4eb7b57f95b130aafa326cb /emulators
parentd79606ff9599ed81916f27c8048c8638673287d3 (diff)
downloadpkgsrc-6b740f3352a47b0e2836f4637b75c78426d721b5.tar.gz
In the INSTALL message, explain that EXEC_ELF is needed only on NetBSD<1.5
(it is the default on later systems), as it is done in the netscape package.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/suse64_base/INSTALL8
-rw-r--r--emulators/suse_base/INSTALL8
2 files changed, 8 insertions, 8 deletions
diff --git a/emulators/suse64_base/INSTALL b/emulators/suse64_base/INSTALL
index 513d3d1d171..dd5f1041b32 100644
--- a/emulators/suse64_base/INSTALL
+++ b/emulators/suse64_base/INSTALL
@@ -1,5 +1,5 @@
#!/bin/sh
-# $NetBSD: INSTALL,v 1.1.1.1 2002/04/04 10:07:57 tron Exp $
+# $NetBSD: INSTALL,v 1.2 2002/10/05 15:48:45 manu Exp $
emul=linux
if [ "$2" != "POST-INSTALL" ]; then exit 0; fi
@@ -7,9 +7,9 @@ if [ "$2" != "POST-INSTALL" ]; then exit 0; fi
cat <<EOF
==============================================================================
-Do not forget to include COMPAT_LINUX and EXEC_ELF32 in your kernel
-configuration file. (Linux binaries require these options in order to
-work.)
+Do not forget to include COMPAT_LINUX (and EXEC_ELF32 on NetBSD systems older
+than 1.5) in your kernel configuration file. (Linux binaries require these
+options in order to work.)
EOF
if [ "`cd /etc && cd ${PKG_PREFIX}/emul/$emul 2>/dev/null && pwd -P`" != \
diff --git a/emulators/suse_base/INSTALL b/emulators/suse_base/INSTALL
index 4abc363e823..dd5f1041b32 100644
--- a/emulators/suse_base/INSTALL
+++ b/emulators/suse_base/INSTALL
@@ -1,5 +1,5 @@
#!/bin/sh
-# $NetBSD: INSTALL,v 1.1 2001/10/31 23:53:32 zuntum Exp $
+# $NetBSD: INSTALL,v 1.2 2002/10/05 15:48:45 manu Exp $
emul=linux
if [ "$2" != "POST-INSTALL" ]; then exit 0; fi
@@ -7,9 +7,9 @@ if [ "$2" != "POST-INSTALL" ]; then exit 0; fi
cat <<EOF
==============================================================================
-Do not forget to include COMPAT_LINUX and EXEC_ELF32 in your kernel
-configuration file. (Linux binaries require these options in order to
-work.)
+Do not forget to include COMPAT_LINUX (and EXEC_ELF32 on NetBSD systems older
+than 1.5) in your kernel configuration file. (Linux binaries require these
+options in order to work.)
EOF
if [ "`cd /etc && cd ${PKG_PREFIX}/emul/$emul 2>/dev/null && pwd -P`" != \