Source-Changes-HG archive

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

[src/trunk]: src/distrib/sparc/miniroot miniroot is out of space, use the ram...



details:   https://anonhg.NetBSD.org/src/rev/8c4060783830
branches:  trunk
changeset: 520024:8c4060783830
user:      chs <chs%NetBSD.org@localhost>
date:      Tue Jan 01 18:51:40 2002 +0000

description:
miniroot is out of space, use the ramdisk termcap file in the miniroot too
so that it fits again.

diffstat:

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

diffs (18 lines):

diff -r 6024e23e5871 -r 8c4060783830 distrib/sparc/miniroot/list
--- a/distrib/sparc/miniroot/list       Tue Jan 01 16:52:23 2002 +0000
+++ b/distrib/sparc/miniroot/list       Tue Jan 01 18:51:40 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: list,v 1.21 2001/02/19 06:25:55 jmc Exp $
+#      $NetBSD: list,v 1.22 2002/01/01 18:51:40 chs Exp $
 
 # Sparc extra's
 LINK   instbin                 sbin/disklabel
@@ -37,7 +37,7 @@
 COPYDIR        ${DESTDIR}/usr/share/zoneinfo   usr/share/zoneinfo
 
 # and the termcap file
-COPY   ${CURDIR}/../../share/termcap/termcap.src usr/share/misc/termcap
+COPY   ${ARCHDIR}/../ramdisk/termcap.src usr/share/misc/termcap
 
 # and the magic file
 COPY   ${DESTDIR}/usr/share/misc/magic usr/share/misc/magic



Home | Main Index | Thread Index | Old Index