Mercurial > hg > dhcpcd
changeset 2080:abc0bf287c47 draft
Fix domain option in DHCP messages
| author | Roy Marples <roy@marples.name> |
|---|---|
| date | Thu, 01 Aug 2013 09:48:14 +0000 |
| parents | 0d1197033ce7 |
| children | 63538f231d91 |
| files | dhcpcd-hooks/20-resolv.conf |
| diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/dhcpcd-hooks/20-resolv.conf Mon Jul 29 20:24:48 2013 +0000 +++ b/dhcpcd-hooks/20-resolv.conf Thu Aug 01 09:48:14 2013 +0000 @@ -90,7 +90,6 @@ 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#*.}"
