From ac33483a6d7cfba2bdafe9b1214c9a21136fbad2 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Fri, 3 Jun 2011 20:11:53 +0000 Subject: [PATCH] Remove unknown variable --- dhcpcd-hooks/50-ntp.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dhcpcd-hooks/50-ntp.conf b/dhcpcd-hooks/50-ntp.conf index a670f9fb..528ac872 100644 --- a/dhcpcd-hooks/50-ntp.conf +++ b/dhcpcd-hooks/50-ntp.conf @@ -59,7 +59,7 @@ build_ntp_conf() if [ -n "$servers" ]; then echo "$signature_base${header:+ $from }$header" >> "$cf" - printf %s "$search$servers" >> "$cf" + printf %s "$servers" >> "$cf" echo "$signature_base_end${header:+ $from }$header" >> "$cf" else [ -e "$ntp_conf" ] || return -- 2.47.2