diff options
Diffstat (limited to 'testing/ppp/ip-up.d.dns.sh')
-rw-r--r-- | testing/ppp/ip-up.d.dns.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/testing/ppp/ip-up.d.dns.sh b/testing/ppp/ip-up.d.dns.sh deleted file mode 100644 index f9df543a4..000000000 --- a/testing/ppp/ip-up.d.dns.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -if [ "$USEPEERDNS" = "1" -a -f /etc/ppp/resolv.conf ]; then - [ -e /etc/resolv.conf ] && mv /etc/resolv.conf /etc/resolv.conf.backup.${IFNAME} - mv /etc/ppp/resolv.conf /etc/resolv.conf - chmod 644 /etc/resolv.conf -fi |