mirror of
https://github.com/outbackdingo/openwrt.git
synced 2026-02-07 18:00:33 +00:00
fix a race condition which would leave dnsmasq in infinite resolving recursion nirvana
SVN-Revision: 12424
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user