projects
/
openwrt
/
staging
/
jogo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc8fa00
)
fix a race condition which would leave dnsmasq in infinite resolving recursion nirvana
author
Felix Fietkau
<nbd@openwrt.org>
Thu, 28 Aug 2008 14:10:55 +0000
(14:10 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Thu, 28 Aug 2008 14:10:55 +0000
(14:10 +0000)
SVN-Revision: 12424
package/base-files/files/etc/init.d/boot
patch
|
blob
|
history
diff --git
a/package/base-files/files/etc/init.d/boot
b/package/base-files/files/etc/init.d/boot
index 88dded646c3db1df2a75a68b64d78af8f5e6dc9d..49562b78d0ce22c5ece13763ac637874daed49b2 100755
(executable)
--- 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