Source-Changes-HG archive

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

[src/netbsd-1-6]: src/distrib/sun3/miniroot Pull up revision 1.5 (requested b...



details:   https://anonhg.NetBSD.org/src/rev/5b9a01c0693b
branches:  netbsd-1-6
changeset: 527829:5b9a01c0693b
user:      tv <tv%NetBSD.org@localhost>
date:      Mon Jun 10 16:32:18 2002 +0000

description:
Pull up revision 1.5 (requested by bouyer in ticket #222):
ld.elf_so also needs to be executable.

diffstat:

 distrib/sun3/miniroot/list |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 5f5e528b6d64 -r 5b9a01c0693b distrib/sun3/miniroot/list
--- a/distrib/sun3/miniroot/list        Mon Jun 10 16:31:28 2002 +0000
+++ b/distrib/sun3/miniroot/list        Mon Jun 10 16:32:18 2002 +0000
@@ -1,5 +1,5 @@
 #
-# $NetBSD: list,v 1.2.2.1 2002/06/05 11:26:31 lukem Exp $
+# $NetBSD: list,v 1.2.2.2 2002/06/10 16:32:18 tv Exp $
 #
 
 COPY   ${KERNEL3}                      netbsd.sun3
@@ -127,7 +127,7 @@
 # libedit: ftp
 # libtermcap: ftp, less, vi
 # libutil: rdate
-COPY   ${DESTDIR}/usr/libexec/ld.elf_so        usr/lib/ld.elf_so
+COPY   ${DESTDIR}/usr/libexec/ld.elf_so        usr/lib/ld.elf_so       555
 COPY   ${DESTDIR}/usr/lib/libc.so              usr/lib/libc.so
 LINK   usr/lib/libc.so                         usr/lib/libc.so.12
 COPY   ${DESTDIR}/usr/lib/libcurses.so         usr/lib/libcurses.so



Home | Main Index | Thread Index | Old Index