]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Remove unknown variable
authorRoy Marples <roy@marples.name>
Fri, 3 Jun 2011 20:11:53 +0000 (20:11 +0000)
committerRoy Marples <roy@marples.name>
Fri, 3 Jun 2011 20:11:53 +0000 (20:11 +0000)
dhcpcd-hooks/50-ntp.conf

index a670f9fb0bc37e783f1d69a69066840b367528a5..528ac8721e6cf9be91b6347d6ea1e2b962b41594 100644 (file)
@@ -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