blob: 1c6ed1e119fa6e9737b750d52ee56da795a4f722 (
plain)
1
2
3
4
5
6
7
|
post_install() {
cat<<EOF
> Make shure your /etc/resolv.conf does not get overwritten!
> You can do so by setting USEPEERDNS=0 und /etc/ppp/ip-up
> before the scripts in /etc/ppp/ip-up.d/ are run.
EOF
}
|