Source-Changes-HG archive

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

[src/netbsd-1-5]: src/distrib/sparc/miniroot Pullup 1.20 [pk]:



details:   https://anonhg.NetBSD.org/src/rev/8ae11d8a17f7
branches:  netbsd-1-5
changeset: 490278:8ae11d8a17f7
user:      tv <tv%NetBSD.org@localhost>
date:      Tue Nov 28 22:12:09 2000 +0000

description:
Pullup 1.20 [pk]:
Add file(1); we use it to determine the shared library type.

diffstat:

 distrib/sparc/miniroot/list |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (27 lines):

diff -r 142654498310 -r 8ae11d8a17f7 distrib/sparc/miniroot/list
--- a/distrib/sparc/miniroot/list       Tue Nov 28 18:54:23 2000 +0000
+++ b/distrib/sparc/miniroot/list       Tue Nov 28 22:12:09 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: list,v 1.16.4.2 2000/11/01 03:14:48 tv Exp $
+#      $NetBSD: list,v 1.16.4.3 2000/11/28 22:12:09 tv Exp $
 
 # Sparc extra's
 LINK   instbin                 sbin/disklabel
@@ -14,6 +14,7 @@
 SYMLINK ../../instbin          usr/bin/tset usr/bin/reset
 SYMLINK ../../instbin          usr/bin/vi
 SYMLINK        ../../instbin           usr/bin/less usr/bin/more
+SYMLINK ../../instbin          usr/bin/file
 
 # crunchgen source directory specials
 CRUNCHSPECIAL  vi srcdir usr.bin/vi/build
@@ -38,6 +39,9 @@
 # and the termcap file
 COPY   ${CURDIR}/../../share/termcap/termcap.src usr/share/misc/termcap
 
+# and the magic file
+COPY   ${DESTDIR}/usr/share/misc/magic usr/share/misc/magic
+
 # copy the kernel
 COPY   ${KERNOBJDIR:-${CURDIR}/../../sys/arch/sparc/compile/GENERIC}/GENERIC/netbsd    netbsd
 



Home | Main Index | Thread Index | Old Index