mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 22:43:53 +01:00
fix a race condition which would leave dnsmasq in infinite resolving recursion nirvana
SVN-Revision: 12424
This commit is contained in:
parent
fc8fa009ee
commit
2176ae1a6f
@ -45,6 +45,7 @@ start() {
|
||||
chown 0700 /tmp/.uci
|
||||
touch /var/log/wtmp
|
||||
touch /var/log/lastlog
|
||||
touch /tmp/resolv.conf.auto
|
||||
ln -sf /tmp/resolv.conf.auto /tmp/resolv.conf
|
||||
[ "$FAILSAFE" = "true" ] && touch /tmp/.failsafe
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user