Lines Matching refs:cf
37 local cf="$state_dir/ntp.conf.$ifname"
60 [ -e "$cf" ] && rm -f "$cf"
64 [ -e "$ntp_conf" ] && cp "$ntp_conf" "$cf"
68 "$ntp_conf" > "$cf"
72 echo "$signature_base${header:+ $from }$header" >> "$cf"
73 printf %s "$servers" >> "$cf"
74 echo "$signature_base_end${header:+ $from }$header" >> "$cf"
76 [ -e "$ntp_conf" -a -e "$cf" ] || return
80 if change_file "$ntp_conf" "$cf"; then
87 local cf="$ntp_conf_dir/$ifname" x=
89 [ -e "$cf" ] && rm "$cf"
93 echo "server $x" >> "$cf"