From: Roy Marples Date: Thu, 1 Aug 2013 09:48:14 +0000 (+0000) Subject: Fix domain option in DHCP messages X-Git-Tag: v6.0.5~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5564f4d67eb4e7cde3624b628f113e1168c46607;p=thirdparty%2Fdhcpcd.git Fix domain option in DHCP messages --- diff --git a/dhcpcd-hooks/20-resolv.conf b/dhcpcd-hooks/20-resolv.conf index 13b8137e..7a5f9534 100644 --- a/dhcpcd-hooks/20-resolv.conf +++ b/dhcpcd-hooks/20-resolv.conf @@ -90,7 +90,6 @@ add_resolv_conf() fi # Derive a new domain from our various hostname options - new_domain_name= if [ -z "$new_domain_name" ]; then if [ "$new_dhcp6_fqdn" != "${new_dhcp6_fqdn#*.}" ]; then new_domain_name="${new_dhcp6_fqdn#*.}"