Source-Changes-HG archive

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

[src/trunk]: src/distrib/alpha/instkernel/ramdisk Need /etc/netconfig.



details:   https://anonhg.NetBSD.org/src/rev/c77745b72959
branches:  trunk
changeset: 487435:c77745b72959
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Wed Jun 07 19:54:50 2000 +0000

description:
Need /etc/netconfig.

diffstat:

 distrib/alpha/instkernel/ramdisk/list |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 8903b70aa0ea -r c77745b72959 distrib/alpha/instkernel/ramdisk/list
--- a/distrib/alpha/instkernel/ramdisk/list     Wed Jun 07 19:53:17 2000 +0000
+++ b/distrib/alpha/instkernel/ramdisk/list     Wed Jun 07 19:54:50 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: list,v 1.11 1999/11/23 23:16:02 simonb Exp $
+#      $NetBSD: list,v 1.12 2000/06/07 19:54:50 thorpej Exp $
 
 # copy the crunched binary, link to it, and kill it
 COPY   ${OBJDIR}/ramdiskbin            ramdiskbin
@@ -76,6 +76,7 @@
 COPY   ${CURDIR}/../../../../etc/group         etc/group
 COPY   ${CURDIR}/../../../../etc/master.passwd etc/master.passwd
 COPY   ${CURDIR}/../../../../etc/protocols     etc/protocols
+COPY   ${CURDIR}/../../../../etc/netconfig     etc/netconfig
 COPY   ${CURDIR}/../../../../etc/services      etc/services
 SPECIAL        pwd_mkdb -p -d ./ etc/master.passwd
 SPECIAL        /bin/rm etc/spwd.db



Home | Main Index | Thread Index | Old Index