Home | History | Annotate | Download | only in contrib

Lines Matching refs:tmpfile

57 	tmpfile="/tmp/update-anchor.$$"
58 tmp2=$tmpfile.2
59 tmp3=$tmpfile.3
65 $ubhost -v $rh $filearg "$keyfile" -t DNSKEY "$zonename" >$tmpfile
67 rm -f $tmpfile
75 if grep '(secure)$' $tmpfile >/dev/null 2>&1; then
78 rm -f $tmpfile
88 if grep ' has DNSKEY record 257' $tmpfile >/dev/null 2>&1; then
90 grep '(secure)$' $tmpfile | \
97 grep '(secure)$' $tmpfile | \
105 if grep ' has DNSKEY record 257' $tmpfile >/dev/null 2>&1; then
107 grep '(secure)$' $tmpfile | \
114 grep '(secure)$' $tmpfile | \
131 rm -f $tmpfile $tmp2 $tmp3