Source-Changes-HG archive

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

[src/netbsd-1-5]: src/distrib/mvme68k/ramdisk Pullup from trunk: 1.3 - 1.4



details:   https://anonhg.NetBSD.org/src/rev/3ffc200dec52
branches:  netbsd-1-5
changeset: 488315:3ffc200dec52
user:      scw <scw%NetBSD.org@localhost>
date:      Wed Jun 28 18:24:14 2000 +0000

description:
Pullup from trunk: 1.3 - 1.4
Approved by: thorpej

Pick the right source directory for /etc/netconfig

diffstat:

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

diffs (18 lines):

diff -r 5e95c9e6fd70 -r 3ffc200dec52 distrib/mvme68k/ramdisk/list
--- a/distrib/mvme68k/ramdisk/list      Wed Jun 28 17:43:42 2000 +0000
+++ b/distrib/mvme68k/ramdisk/list      Wed Jun 28 18:24:14 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: list,v 1.3 2000/06/07 20:33:17 thorpej Exp $
+#      $NetBSD: list,v 1.3.2.1 2000/06/28 18:24:14 scw Exp $
 
 # copy the crunched binary, link to it, and kill it
 
@@ -62,7 +62,7 @@
 COPY   ${CURDIR}/rd.disktab    etc/disktab
 COPY   ${CURDIR}/rd.fstab      etc/fstab
 COPY   ${CURDIR}/rd.protocols  etc/protocols
-COPY   ${CURDIR}/../../etc/netconfig etc/netconfig
+COPY   ${CURDIR}/../../../etc/netconfig etc/netconfig
 COPY   ${CURDIR}/rd.services   etc/services
 COPY   ${CURDIR}/rd.passwd     etc/passwd
 



Home | Main Index | Thread Index | Old Index