5a3797e
diff -up dhcp-4.2.0/client/dhclient.conf.supersede dhcp-4.2.0/client/dhclient.conf
5a3797e
--- dhcp-4.2.0/client/dhclient.conf.supersede	2009-07-07 01:29:51.000000000 +0200
5a3797e
+++ dhcp-4.2.0/client/dhclient.conf	2010-07-21 14:47:27.000000000 +0200
eb72a55
@@ -1,10 +1,10 @@
5a3797e
 send host-name = pick-first-value(gethostname(), "ISC-dhclient");
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";
f3dd4cf
+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;