mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-21 18:14:43 +02:00
fix a race condition which would leave dnsmasq in infinite resolving recursion nirvana
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12424 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
fdf1d7e5bc
commit
977d04101f
@ -45,6 +45,7 @@ start() {
|
|||||||
chown 0700 /tmp/.uci
|
chown 0700 /tmp/.uci
|
||||||
touch /var/log/wtmp
|
touch /var/log/wtmp
|
||||||
touch /var/log/lastlog
|
touch /var/log/lastlog
|
||||||
|
touch /tmp/resolv.conf.auto
|
||||||
ln -sf /tmp/resolv.conf.auto /tmp/resolv.conf
|
ln -sf /tmp/resolv.conf.auto /tmp/resolv.conf
|
||||||
[ "$FAILSAFE" = "true" ] && touch /tmp/.failsafe
|
[ "$FAILSAFE" = "true" ] && touch /tmp/.failsafe
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user