]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blob - src/patches/dhcp-4.2.1-invalid-dhclient-conf.patch
Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next
[people/teissler/ipfire-2.x.git] / src / 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;