Source-Changes-HG archive

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

[src/netbsd-1-4]: src/distrib/sparc/ramdisk Pull up rev. 1.8 from trunk.



details:   https://anonhg.NetBSD.org/src/rev/6db3c8782701
branches:  netbsd-1-4
changeset: 468129:6db3c8782701
user:      pk <pk%NetBSD.org@localhost>
date:      Thu Apr 08 21:18:48 1999 +0000

description:
Pull up rev. 1.8 from trunk.

diffstat:

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

diffs (27 lines):

diff -r 931b0690b192 -r 6db3c8782701 distrib/sparc/ramdisk/list
--- a/distrib/sparc/ramdisk/list        Thu Apr 08 21:18:35 1999 +0000
+++ b/distrib/sparc/ramdisk/list        Thu Apr 08 21:18:48 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: list,v 1.7 1999/01/10 13:39:45 mrg Exp $
+#      $NetBSD: list,v 1.7.4.1 1999/04/08 21:18:48 pk Exp $
 
 # copy the crunched binary, link to it, and kill it
 COPY   ${OBJDIR}/ramdiskbin            instbin
@@ -93,7 +93,7 @@
 SPECIAL        sed -e 's/^\([^:]*:[^:]*:[^:]*:[^:]*:\):0:0:/\1/' ${TOPDIR}/../../etc/master.passwd > etc/passwd
 
 # the disktab explanation file
-COPY   disktab.preinstall                      etc/disktab.preinstall
+COPY   ${REALCURDIR}/disktab.preinstall        etc/disktab.preinstall
 
 # Minimize use of MFS
 SYMLINK        /tmp    var/tmp
@@ -106,7 +106,7 @@
 SYMLINK        /tmp/hosts                              etc/hosts
 
 # and the installation tools
-COPY   dot.profile                             .profile
+COPY   ${REALCURDIR}/dot.profile               .profile
 COPY   ${TOPDIR}/install.md                    install.md
 COPY   ${TOPDIR}/../miniroot/install.sh        install
 COPY   ${TOPDIR}/../miniroot/upgrade.sh        upgrade



Home | Main Index | Thread Index | Old Index