package/base-files: fix chmod of /tmp/.uci, bump package revision
[openwrt.git] / package / base-files / files / etc / init.d / boot
index 88dded6..f9f6c2d 100755 (executable)
@@ -42,9 +42,10 @@ start() {
        mkdir -p /var/lock
        mkdir -p /var/state
        mkdir -p /tmp/.uci
-       chown 0700 /tmp/.uci
+       chmod 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
 
This page took 0.026366 seconds and 4 git commands to generate.