summaryrefslogtreecommitdiffstats
path: root/dhcp_wizard/scripts/dhcpd.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dhcp_wizard/scripts/dhcpd.patch')
-rw-r--r--dhcp_wizard/scripts/dhcpd.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/dhcp_wizard/scripts/dhcpd.patch b/dhcp_wizard/scripts/dhcpd.patch
new file mode 100644
index 00000000..45d84c4b
--- /dev/null
+++ b/dhcp_wizard/scripts/dhcpd.patch
@@ -0,0 +1,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
+ ;;