[pkg-dhcp-commits] [SCM] ISC DHCP packaging for Debian branch, master, updated. debian/4.1.1-P1-16.1-48-gd679b2c

Andrew Pollock apollock at debian.org
Sun Nov 20 04:54:26 UTC 2011


The following commit has been merged in the master branch:
commit d679b2cc57ad0df1e76be890285762115016fcb0
Author: Andrew Pollock <apollock at debian.org>
Date:   Sat Nov 19 20:53:27 2011 -0800

    Stop requesting host-name
    
    Now that dhclient-script correctly handles the hostname changing, it seems to
    be surprising and breaking people, so stop requesting host-name by default
    
    Fixes: #648676

diff --git a/debian/changelog b/debian/changelog
index f61339c..98f6040 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,11 @@ isc-dhcp (4.2.2-2) unstable; urgency=low
 
   * debian/rules: use dpkg-buildflags to set CFLAGS, and export CFLAGS (closes:
     #643470)
+  * debian/dhclient.conf: remove host-name from the set of options requested
+    from the DHCP server, because having the hostname be changed by default
+    seems to surprise and upset many people (closes: #648676)
 
- -- Andrew Pollock <apollock at debian.org>  Sat, 19 Nov 2011 14:50:29 -0800
+ -- Andrew Pollock <apollock at debian.org>  Sat, 19 Nov 2011 20:51:27 -0800
 
 isc-dhcp (4.2.2-1) unstable; urgency=low
 
diff --git a/debian/dhclient.conf b/debian/dhclient.conf
index 9665381..5d22523 100644
--- a/debian/dhclient.conf
+++ b/debian/dhclient.conf
@@ -19,7 +19,7 @@ option rfc3442-classless-static-routes code 121 = array of unsigned integer 8;
 #supersede domain-name "fugue.com home.vix.com";
 #prepend domain-name-servers 127.0.0.1;
 request subnet-mask, broadcast-address, time-offset, routers,
-	domain-name, domain-name-servers, domain-search, host-name,
+	domain-name, domain-name-servers, domain-search,
 	netbios-name-servers, netbios-scope, interface-mtu,
 	rfc3442-classless-static-routes, ntp-servers;
 #require subnet-mask, domain-name-servers;

-- 
ISC DHCP packaging for Debian



More information about the pkg-dhcp-commits mailing list