]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blame - src/patches/dhcp-4.2.1-invalid-dhclient-conf.patch
Merge remote-tracking branch 'alfh/feature_htmlclean_removefont' into next
[people/teissler/ipfire-2.x.git] / src / patches / dhcp-4.2.1-invalid-dhclient-conf.patch
CommitLineData
78ab9b04
MT
1diff -up dhcp-4.2.1b1/client/dhclient.conf.supersede dhcp-4.2.1b1/client/dhclient.conf
2--- dhcp-4.2.1b1/client/dhclient.conf.supersede 2010-09-15 01:03:56.000000000 +0200
3+++ dhcp-4.2.1b1/client/dhclient.conf 2011-01-27 18:38:28.000000000 +0100
4@@ -4,7 +4,7 @@ send dhcp-lease-time 3600;
5 supersede domain-search "fugue.com", "home.vix.com";
6 prepend domain-name-servers 127.0.0.1;
7 request subnet-mask, broadcast-address, time-offset, routers,
8- domain-name, domain-name-servers, host-name;
9+ domain-search, domain-name-servers, host-name;
10 require subnet-mask, domain-name-servers;
11 timeout 60;
12 retry 60;