From 890e2e4c00564857b94a9fed3454e19663ada269 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sun, 9 Apr 2006 20:20:34 +0000 Subject: [PATCH 1/1] Fix another typo. --- config/make-dhcpd.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2