dnsmasq: add local domain as search directive to /tmp/resolv.conf

SVN-Revision: 19086
This commit is contained in:
Jo-Philipp Wich 2010-01-09 21:03:48 +00:00
parent ff6010a732
commit fd7889cf6f

View file

@ -315,6 +315,7 @@ start() {
for DNS_SERVER in $DNS_SERVERS ; do
echo "nameserver $DNS_SERVER" >> /tmp/resolv.conf
done
echo "search $DOMAIN" >> /tmp/resolv.conf
}
}