Package: xisp Version: unavailable; reported 2003-09-26 Severity: wishlist Xisp's /etc/ppp/ip-up.d/0xisp-dns and /etc/ppp/ip-down.d/0xisp-dns add and remove nameserver lines from /etc/resolv.conf . This is incompatible with the functioning of the resolvconf package which itself wants to take control of /etc/resolv.conf .
To make the above scripts resolvconf-compatible, please surround the code that changes /etc/resolv.conf with an if ... then, as follows if [ ! -x /sbin/resolvconf ] ; then ... current code that changes /etc/resolv.conf ... fi This change needs to be made in both /etc/ppp/ip-up.d/0xisp-dns and /etc/ppp/ip-down.d/0xisp-dns. Thanks. -- System Information: Debian Release: testing/unstable Architecture: i386 Kernel: Linux thanatos 2.4.22 #1 Mon Sep 1 09:45:41 CEST 2003 i686 Locale: LANG=C, LC_CTYPE=C