Home
last modified time | relevance | path

Searched refs:RSLVRLIST_FILE (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/dnsmasq/files/
H A Ddnsmasq.resolvconf17 RSLVRLIST_FILE="${RUN_DIR}/resolv.conf"
18 TMP_FILE="${RSLVRLIST_FILE}_new.$$"
75 if [ -f "$RSLVRLIST_FILE" ] && [ "$(stat -c %X "$RSLVRLIST_FILE")" = "$(date +%s)" ] ; then
83 mv -f "$TMP_FILE" "$RSLVRLIST_FILE"