Comment 16 for bug 1778946

Revision history for this message
Douglas Kosovic (dkosovic) wrote :

Correction the following line in /etc/ppp/ip-up.d/0000usepeerdns probably should be changed from :

cp -a "$REALRESOLVCONF" "$REALRESOLVCONF.pppd-backup.$PPP_IFACE"

to:

cp -Lp "$REALRESOLVCONF" "$REALRESOLVCONF.pppd-backup.$PPP_IFACE"
chmod 644 "$REALRESOLVCONF.pppd-backup.$PPP_IFACE"