Lines Matching refs:cf
24 local cf="$state_dir/ntp.conf.$interface"
47 [ -e "$cf" ] && rm -f "$cf"
51 cp "$ntp_conf" "$cf"
55 "$ntp_conf" > "$cf"
59 echo "$signature_base${header:+ $from }$header" >> "$cf"
60 printf "$search$servers" >> "$cf"
61 echo "$signature_base_end${header:+ $from }$header" >> "$cf"
67 if change_file "$ntp_conf" "$cf"; then
74 local cf="$ntp_conf_dir/$interface" x=
76 [ -e "$cf" ] && rm "$cf"
80 echo "server $x" >> "$cf"