CVS commit: [netbsd-5] src/distrib/hp700/ramdisk

2010-02-21 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Mon Feb 22 04:51:16 UTC 2010

Modified Files:
src/distrib/hp700/ramdisk [netbsd-5]: list

Log Message:
Apply patch (requested by skrll in ticket #1311):
Add dhclient to the hp700 install media.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.7.4.1 src/distrib/hp700/ramdisk/list

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-5] src/distrib/hp700/ramdisk

2010-02-21 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Mon Feb 22 04:51:16 UTC 2010

Modified Files:
src/distrib/hp700/ramdisk [netbsd-5]: list

Log Message:
Apply patch (requested by skrll in ticket #1311):
Add dhclient to the hp700 install media.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.7.4.1 src/distrib/hp700/ramdisk/list

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/hp700/ramdisk/list
diff -u src/distrib/hp700/ramdisk/list:1.7 src/distrib/hp700/ramdisk/list:1.7.4.1
--- src/distrib/hp700/ramdisk/list:1.7	Tue May  6 15:09:45 2008
+++ src/distrib/hp700/ramdisk/list	Mon Feb 22 04:51:16 2010
@@ -1,4 +1,4 @@
-#	$NetBSD: list,v 1.7 2008/05/06 15:09:45 skrll Exp $
+#	$NetBSD: list,v 1.7.4.1 2010/02/22 04:51:16 snj Exp $
 
 SRCDIRS	bin sbin usr.bin usr.sbin
 
@@ -22,6 +22,7 @@
 PROG	bin/stty
 PROG	bin/sync
 
+PROG	sbin/dhclient
 PROG	sbin/disklabel
 PROG	sbin/dmesg
 PROG	sbin/fsck
@@ -55,6 +56,7 @@
 # init invokes the shell as -sh
 ARGVLN	sh	-sh
 
+SPECIAL	dhclient	srcdir	distrib/utils/x_dhclient
 SPECIAL	ed		srcdir	distrib/utils/x_ed
 SPECIAL	gzip		srcdir	distrib/utils/x_gzip
 SPECIAL	ifconfig	srcdir	distrib/utils/x_ifconfig
@@ -78,6 +80,9 @@
 # and the common installation tools
 COPY	${CURDIR}/termcap.src		usr/share/misc/termcap
 
+# various files that we need in /etc for the install
+COPY	${NETBSDSRCDIR}/usr.sbin/dhcp/clientscript/dhclient-script sbin/dhclient-script	555
+
 # and the disktab explanation file
 COPY	${CURDIR}/disktab.preinstall	etc/disktab.preinstall