From 18a6db118c65dc4058886608f42f0a68b510ea85 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 28 Aug 2008 14:10:55 +0000 Subject: 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 --- package/base-files/files/etc/init.d/boot | 1 + 1 file changed, 1 insertion(+) (limited to 'package') diff --git a/package/base-files/files/etc/init.d/boot b/package/base-files/files/etc/init.d/boot index 88dded646c..49562b78d0 100755 --- a/package/base-files/files/etc/init.d/boot +++ b/package/base-files/files/etc/init.d/boot @@ -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 -- cgit v1.2.3