]> git.decadent.org.uk Git - odhcp6c.git/blobdiff - odhcp6c-example-script.sh
dhcpv6: clear CUSTOM_OPTS in a more sane manner
[odhcp6c.git] / odhcp6c-example-script.sh
index a1fb0fc22f4752e0320fbd4d6e012e283afb5072..00d80560c1a015c967f7bf77eec9081c47a3cfca 100755 (executable)
@@ -12,6 +12,7 @@ update_resolv() {
                        echo "nameserver $c #odhcp6c:$device:" >> /tmp/resolv.conf.tmp
                done
                mv /tmp/resolv.conf.tmp /etc/resolv.conf
+               chmod 0644 /etc/resolv.conf
        ) 9>/tmp/resolv.conf.lock
        rm -f /tmp/resolv.conf.lock /tmp/resolv.conf.tmp
 }