remove /tmp/resolv.conf.auto when ifup -a is called so that any old dns servers no...
[openwrt-10.03/.git] / package / base-files / files / sbin / ifdown
index 9eadad31e8cf47ac995903839b9016d502eba95e..883f8ec42893bc8c3fb70286a6674f1430deeeac 100755 (executable)
@@ -4,6 +4,7 @@
 . /etc/functions.sh
 [ $# = 0 ] && { echo "  $0 <group>"; exit; }
 [ "x$1" = "x-a" ] && {
+       [ -e "/tmp/resolv.conf.auto" ] && rm /tmp/resolv.conf.auto
        config_cb() {
                [ interface != "$1" -o -z "$2" ] || eval "$0 $2"
        }