9538db2
diff -up dhcp-4.1.1/client/dhclient.conf.supersede dhcp-4.1.1/client/dhclient.conf
9538db2
--- dhcp-4.1.1/client/dhclient.conf.supersede	1997-06-03 00:50:44.000000000 +0200
9538db2
+++ dhcp-4.1.1/client/dhclient.conf	2010-01-20 17:24:00.000000000 +0100
eb72a55
@@ -1,10 +1,10 @@
eb72a55
 send host-name "andare.fugue.com";
eb72a55
 send dhcp-client-identifier 1:0:a0:24:ab:fb:9c;
eb72a55
 send dhcp-lease-time 3600;
eb72a55
-supersede domain-name "fugue.com home.vix.com";
eb72a55
+supersede domain-search "fugue.com home.vix.com";
eb72a55
 prepend domain-name-servers 127.0.0.1;
eb72a55
 request subnet-mask, broadcast-address, time-offset, routers,
eb72a55
-	domain-name, domain-name-servers, host-name;
eb72a55
+	domain-search, domain-name, domain-name-servers, host-name;
eb72a55
 require subnet-mask, domain-name-servers;
eb72a55
 timeout 60;
eb72a55
 retry 60;