Source-Changes-HG archive

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

[src/trunk]: src Add support for DHCP network configuration.



details:   https://anonhg.NetBSD.org/src/rev/2f2659585c94
branches:  trunk
changeset: 533588:2f2659585c94
user:      scottr <scottr%NetBSD.org@localhost>
date:      Thu Jul 04 17:59:33 2002 +0000

description:
Add support for DHCP network configuration.

diffstat:

 distrib/mac68k/instkernel/ramdisk/list |  14 +++++++++-----
 sys/arch/mac68k/conf/INSTALL           |   3 ++-
 sys/arch/mac68k/conf/INSTALLSBC        |   3 ++-
 3 files changed, 13 insertions(+), 7 deletions(-)

diffs (77 lines):

diff -r 027ebb04c27a -r 2f2659585c94 distrib/mac68k/instkernel/ramdisk/list
--- a/distrib/mac68k/instkernel/ramdisk/list    Thu Jul 04 17:58:02 2002 +0000
+++ b/distrib/mac68k/instkernel/ramdisk/list    Thu Jul 04 17:59:33 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: list,v 1.13 2002/04/26 15:50:34 lukem Exp $
+#      $NetBSD: list,v 1.14 2002/07/04 17:59:33 scottr Exp $
 
 SRCDIRS bin sbin usr.bin/less usr.bin usr.sbin gnu/usr.bin gnu/usr.bin/binutils
 
@@ -20,6 +20,7 @@
 PROG   bin/stty
 PROG   bin/sync
 
+PROG   sbin/dhclient
 PROG   sbin/disklabel
 PROG   sbin/fsck
 PROG   sbin/fsck_ffs
@@ -56,15 +57,16 @@
 # init invokes the shell as -sh
 ARGVLN sh      -sh
 
+SPECIAL        dhclient        srcdir  distrib/utils/x_dhclient
 SPECIAL        ed              srcdir  distrib/utils/x_ed
+SPECIAL        ftp             srcdir  distrib/utils/x_ftp
 SPECIAL        gzip            srcdir  distrib/utils/x_gzip
+SPECIAL        ifconfig        srcdir  distrib/utils/x_ifconfig
+SPECIAL        more            srcdir  distrib/utils/more
 SPECIAL        mount           srcdir  distrib/utils/x_mount
-SPECIAL        umount          srcdir  distrib/utils/x_umount
-SPECIAL        more            srcdir  distrib/utils/more
-SPECIAL        ftp             srcdir  distrib/utils/x_ftp
 SPECIAL        ping            srcdir  distrib/utils/x_ping
 SPECIAL        route           srcdir  distrib/utils/x_route
-SPECIAL        ifconfig        srcdir  distrib/utils/x_ifconfig
+SPECIAL        umount          srcdir  distrib/utils/x_umount
 
 LIBS    libhack.o -ledit -lutil -lcurses -ltermcap -lrmt -ll -lm -lz
 
@@ -75,6 +77,8 @@
 COPY   ${NETBSDSRCDIR}/etc/netconfig           etc/netconfig
 COPY   ${NETBSDSRCDIR}/etc/services            etc/services
 
+COPY   ${NETBSDSRCDIR}/usr.sbin/dhcp/clientscript/dhclient-script sbin/dhclient-script 555
+
 # and the common installation tools
 COPY   ${DISTRIBDIR}/mac68k/miniroot/termcap   usr/share/misc/termcap
 
diff -r 027ebb04c27a -r 2f2659585c94 sys/arch/mac68k/conf/INSTALL
--- a/sys/arch/mac68k/conf/INSTALL      Thu Jul 04 17:58:02 2002 +0000
+++ b/sys/arch/mac68k/conf/INSTALL      Thu Jul 04 17:59:33 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALL,v 1.19 2002/06/19 04:30:46 itojun Exp $
+#      $NetBSD: INSTALL,v 1.20 2002/07/04 17:59:34 scottr Exp $
 #
 # INSTALL
 
@@ -192,4 +192,5 @@
 pseudo-device  sl              1       # Serial Line IP
 
 # miscellaneous pseudo-devices
+pseudo-device  bpfilter        8       # Berkeley packet filter
 pseudo-device  pty             2       # pseudo-terminals (Sysinst needs two)
diff -r 027ebb04c27a -r 2f2659585c94 sys/arch/mac68k/conf/INSTALLSBC
--- a/sys/arch/mac68k/conf/INSTALLSBC   Thu Jul 04 17:58:02 2002 +0000
+++ b/sys/arch/mac68k/conf/INSTALLSBC   Thu Jul 04 17:59:33 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALLSBC,v 1.10 2002/06/19 04:30:46 itojun Exp $
+#      $NetBSD: INSTALLSBC,v 1.11 2002/07/04 17:59:34 scottr Exp $
 #
 # INSTALLSBC
 
@@ -192,4 +192,5 @@
 pseudo-device  sl              1       # Serial Line IP
 
 # miscellaneous pseudo-devices
+pseudo-device  bpfilter        8       # Berkeley packet filter
 pseudo-device  pty             2       # pseudo-terminals (Sysinst needs two)



Home | Main Index | Thread Index | Old Index