summaryrefslogtreecommitdiffstats
path: root/dhcp_wizard/scripts/dhcpd.patch
blob: 45d84c4babb4beb32b69eee1cb96fc94f96a03f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- dhcpd.o	Wed Mar 22 18:39:19 2000
+++ dhcpd	Wed Mar 22 18:40:17 2000
@@ -25,8 +25,9 @@
         # # Note that this work around assumes only using eth0!!!
         # echo -n "Adding local broadcast host route: "
         # /sbin/route add -host 255.255.255.255 dev eth0
+	[ -f /etc/sysconfig/dhcpd ] && . /etc/sysconfig/dhcpd
 	echo -n "Starting dhcpd: "
-	daemon /usr/sbin/dhcpd
+	daemon /usr/sbin/dhcpd ${INTERFACES}
 	echo
 	touch /var/lock/subsys/dhcpd
 	;;