Home | History | Annotate | Download | only in dhcpcd-hooks

Lines Matching refs:cf

13 	local cf="$state_dir/resolv.conf.$interface"
50 [ -f "$cf" ] && rm -f "$cf"
52 echo "$header" > "$cf"
54 cat /etc/resolv.conf.head >> "$cf"
56 echo "# /etc/resolv.conf.head can replace this line" >> "$cf"
58 printf "$domain$search$servers" >> "$cf"
60 cat /etc/resolv.conf.tail >> "$cf"
62 echo "# /etc/resolv.conf.tail can replace this line" >> "$cf"
64 cat "$cf" > /etc/resolv.conf
66 rm -f "$cf"