mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-30 05:47:45 +00:00
Chmod resolv.conf in case umask is bogus
This commit is contained in:
parent
b8cf055d97
commit
f404b59e4f
@ -68,6 +68,7 @@ if [ x$reason = xBOUND ] || [ x$reason = xRENEW ] || \
|
||||
route add $alias_ip_address 127.0.0.1
|
||||
fi
|
||||
echo search $new_domain_name >/etc/resolv.conf
|
||||
chmod 644 /etc/resolv.conf
|
||||
for nameserver in $new_domain_name_servers; do
|
||||
echo nameserver $nameserver >>/etc/resolv.conf
|
||||
done
|
||||
@ -115,6 +116,7 @@ if [ x$reason = xTIMEOUT ]; then
|
||||
route add default $router >/dev/null 2>&1
|
||||
done
|
||||
echo search $new_domain_name >/etc/resolv.conf.std
|
||||
chmod 644 /etc/resolv.conf.std
|
||||
for nameserver in $new_domain_name_servers; do
|
||||
echo nameserver $nameserver >>/etc/resolv.conf.std
|
||||
done
|
||||
|
Loading…
x
Reference in New Issue
Block a user