]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - dhcp/patches/dhcp-4.2.1-invalid-dhclient-conf.patch
eeeea84fdef5ccb024f112ced1ef872bee59de1f
[people/ms/ipfire-3.x.git] / dhcp / patches / dhcp-4.2.1-invalid-dhclient-conf.patch
1 diff -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;