#!/bin/sh

cp /tmp/resolv.conf.ppp /tmp/resolv.conf.auto -f
sleep 1
chmod 644 /tmp/resolv.conf.auto
sleep 1
/etc/init.d/dnsmasq restart
