[pkg-dhcp-commits] [SCM] ISC DHCP packaging for Debian branch, master, updated. debian/4.1.1-P1-16.1-68-g5edd73d
Andrew Pollock
apollock at debian.org
Thu Apr 26 00:01:16 UTC 2012
The following commit has been merged in the master branch:
commit 5edd73dc617e98e7eb951f9f654db6a93f9ed6cd
Author: Andrew Pollock <apollock at debian.org>
Date: Wed Apr 25 17:00:39 2012 -0700
Send the hostname in client requests
Closes: #151820
diff --git a/debian/changelog b/debian/changelog
index fe491e6..20d7836 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+isc-dhcp (4.2.2.dfsg.1-5) UNRELEASED; urgency=low
+
+ * debian/dhclient.conf: send the hostname (closes: #151820)
+
+ -- Andrew Pollock <apollock at debian.org> Wed, 25 Apr 2012 16:15:01 -0700
+
isc-dhcp (4.2.2.dfsg.1-4) unstable; urgency=low
* The "Zoe woke up at 4am and I couldn't get back to sleep so I had some
diff --git a/debian/dhclient.conf b/debian/dhclient.conf
index 9665381..638c5bb 100644
--- a/debian/dhclient.conf
+++ b/debian/dhclient.conf
@@ -14,6 +14,7 @@
option rfc3442-classless-static-routes code 121 = array of unsigned integer 8;
#send host-name "andare.fugue.com";
+send host-name = gethostname();
#send dhcp-client-identifier 1:0:a0:24:ab:fb:9c;
#send dhcp-lease-time 3600;
#supersede domain-name "fugue.com home.vix.com";
--
ISC DHCP packaging for Debian
More information about the pkg-dhcp-commits
mailing list