Source-Changes-HG archive

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

[src/trunk]: src/distrib/pc532/floppies/inst-common Need /etc/netconfig.



details:   https://anonhg.NetBSD.org/src/rev/508931872ee1
branches:  trunk
changeset: 487440:508931872ee1
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Wed Jun 07 20:42:19 2000 +0000

description:
Need /etc/netconfig.

diffstat:

 distrib/pc532/floppies/inst-common/list |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r a0ed7ba11355 -r 508931872ee1 distrib/pc532/floppies/inst-common/list
--- a/distrib/pc532/floppies/inst-common/list   Wed Jun 07 20:32:06 2000 +0000
+++ b/distrib/pc532/floppies/inst-common/list   Wed Jun 07 20:42:19 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: list,v 1.12 1999/11/23 23:16:04 simonb Exp $
+#      $NetBSD: list,v 1.13 2000/06/07 20:42:19 thorpej Exp $
 
 # copy the MAKEDEV script and make some devices
 COPY   ${DESTDIR}/dev/MAKEDEV  dev/MAKEDEV
@@ -12,6 +12,7 @@
 COPY   ${TOPDIR}/../../../etc/group            etc
 COPY   ${TOPDIR}/../../../etc/master.passwd    etc
 COPY   ${TOPDIR}/../../../etc/protocols        etc
+COPY   ${TOPDIR}/../../../etc/netconfig        etc
 COPY   ${TOPDIR}/../../../etc/services         etc
 SPECIAL        >etc/ppp/options
 SPECIAL        pwd_mkdb -p -d ./ etc/master.passwd



Home | Main Index | Thread Index | Old Index