--- orig/usr/portage/net-misc/dhcp/dhcp-3.0-r2.ebuild Mon Jun 24 16:22:41 2002 +++ orig/usr/portage/net-misc/dhcp/dhcp-3.0-r2.ebuild Mon Jun 24 16:25:24 2002 @@ -41,6 +41,7 @@ src_install() { dodir /var/lib/dhcp touch ${D}/var/lib/dhcp/dhclient.leases + touch ${D}/var/lib/dhcp/dhcpd.leases cd ${S}/work.linux-2.2/client into / ; dosbin dhclient --- orig/usr/portage/net-misc/dhcp/files/conf.dhcpd Mon Jun 17 19:27:00 2002 +++ orig/usr/portage/net-misc/dhcp/files/conf.dhcpd Mon Jun 24 16:46:17 2002 @@ -1,7 +1,10 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # /space/gentoo/cvsroot/gentoo-x86/net-misc/dhcp/files/conf.dhcpd,v 1.2 2002/06/17 18:27:00 lostlogic Exp -#configure which interface or interfaces to for -dhcp to listen on -#list all interfaces space separated. + +# configure which interface or interfaces to for dhcp to listen on +# list all interfaces space separated. IFACE="eth0" + +# Insert any other options needed +DHCPD_OPTS="" --- orig/usr/portage/net-misc/dhcp/files/dhcp.rc7 Mon Jun 17 05:07:11 2002 +++ orig/usr/portage/net-misc/dhcp/files/dhcp.rc7 Mon Jun 24 16:25:42 2002 @@ -20,7 +20,7 @@ start() { checkconfig || return 1 ebegin "Starting dhcpd" - start-stop-daemon --start --quiet --exec /usr/sbin/dhcpd -- ${IFACE} + start-stop-daemon --start --quiet --exec /usr/sbin/dhcpd -- ${DHCPD_OPTS} ${IFACE} eend $? }