From: Steinar H. Gunderson Date: Sun, 9 Apr 2006 20:20:34 +0000 (+0000) Subject: Fix another typo. X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=890e2e4c00564857b94a9fed3454e19663ada269;hp=7db7efc71093253f508ce90f2d793215cb958432;p=nms Fix another typo. --- diff --git a/config/make-dhcpd.pl b/config/make-dhcpd.pl index 2a2e2a3..be48882 100755 --- a/config/make-dhcpd.pl +++ b/config/make-dhcpd.pl @@ -123,7 +123,7 @@ EOF allow members of "$d"; range $rangestart $rangeend; option domain-name "$d.tg06.gathering.org"; - ddns-domainname "$.tg06.gathering.org"; + ddns-domainname "$d.tg06.gathering.org"; ignore client-updates; } EOF