Source-Changes-HG archive

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

[src/trunk]: src/distrib/vax/ramdisk add netconfig



details:   https://anonhg.NetBSD.org/src/rev/0d1383e1fa5a
branches:  trunk
changeset: 487429:0d1383e1fa5a
user:      matt <matt%NetBSD.org@localhost>
date:      Wed Jun 07 19:38:00 2000 +0000

description:
add netconfig

diffstat:

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

diffs (20 lines):

diff -r 06728fc1c4f4 -r 0d1383e1fa5a distrib/vax/ramdisk/list
--- a/distrib/vax/ramdisk/list  Wed Jun 07 19:31:33 2000 +0000
+++ b/distrib/vax/ramdisk/list  Wed Jun 07 19:38:00 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: list,v 1.7 2000/05/24 23:20:47 matt Exp $
+#      $NetBSD: list,v 1.8 2000/06/07 19:38:00 matt Exp $
 
 # Do this first in case spwd.db and pwd.db fill disk
 COPY   ${CURDIR}/../../../etc/master.passwd    etc/master.passwd
@@ -82,8 +82,9 @@
 
 # various files that we need in /etc for the install
 COPY   ${CURDIR}/../../../etc/group            etc/group
+COPY   ${CURDIR}/../../../etc/netconfig        etc/netconfig
 COPY   ${CURDIR}/../../../etc/protocols        etc/protocols
-COPY   ${CURDIR}/../../../etc/services etc/services
+COPY   ${CURDIR}/../../../etc/services         etc/services
 
 # and the common installation tools
 # COPY dot.commonutils                 .commonutils



Home | Main Index | Thread Index | Old Index