Source-Changes-HG archive

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

[src/trunk]: src/distrib/sun3/common Add etc/netconfig to lists.



details:   https://anonhg.NetBSD.org/src/rev/79e34aa49aab
branches:  trunk
changeset: 488141:79e34aa49aab
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Mon Jun 19 14:55:20 2000 +0000

description:
Add etc/netconfig to lists.

diffstat:

 distrib/sun3/common/miniroot.list |  3 ++-
 distrib/sun3/common/ramdisk.list  |  4 +++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diffs (36 lines):

diff -r 709bd1745619 -r 79e34aa49aab distrib/sun3/common/miniroot.list
--- a/distrib/sun3/common/miniroot.list Mon Jun 19 14:39:24 2000 +0000
+++ b/distrib/sun3/common/miniroot.list Mon Jun 19 14:55:20 2000 +0000
@@ -1,5 +1,5 @@
 #
-# $NetBSD: miniroot.list,v 1.5 2000/06/10 04:05:50 tsutsui Exp $
+# $NetBSD: miniroot.list,v 1.6 2000/06/19 14:55:20 tsutsui Exp $
 #
 
 # These are scripts:
@@ -17,6 +17,7 @@
 # various files that we need in /etc for the install
 COPY   ${DESTDIR}/etc/group            etc
 COPY   ${DESTDIR}/etc/master.passwd    etc
+COPY   ${DESTDIR}/etc/netconfig        etc
 COPY   ${DESTDIR}/etc/passwd           etc
 COPY   ${DESTDIR}/etc/protocols        etc
 COPY   ${DESTDIR}/etc/pwd.db           etc
diff -r 709bd1745619 -r 79e34aa49aab distrib/sun3/common/ramdisk.list
--- a/distrib/sun3/common/ramdisk.list  Mon Jun 19 14:39:24 2000 +0000
+++ b/distrib/sun3/common/ramdisk.list  Mon Jun 19 14:55:20 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: ramdisk.list,v 1.6 2000/06/10 04:05:49 tsutsui Exp $
+#      $NetBSD: ramdisk.list,v 1.7 2000/06/19 14:55:20 tsutsui Exp $
 
 # various files that we need in /etc for the install
 
@@ -10,6 +10,8 @@
 COPY   ${TOPDIR}/common/rd.sshrc       .sshrc
 COPY   ${TOPDIR}/common/rd.welcome     .welcome
 
+COPY   ${DESTDIR}/etc/netconfig        etc/netconfig
+
 # Fake /usr
 SPECIAL ln -s . usr
 



Home | Main Index | Thread Index | Old Index