tags 466273 + patch thanks Hi,
Attached is the diff for my ppp 2.4.4rel-9.1 NMU. I will upload to DELAYED/7. -- ยท''`. Gay scientists discover the Christian gene! : :' : `. `' `- Proudly running (unstable) Debian GNU/Linux
diff -u ppp-2.4.4rel/debian/changelog ppp-2.4.4rel/debian/changelog --- ppp-2.4.4rel/debian/changelog +++ ppp-2.4.4rel/debian/changelog @@ -1,3 +1,10 @@ +ppp (2.4.4rel-9.1) unstable; urgency=low + + * Non-maintainer upload. + * debian/ppp.pppd-dns: Fix LSB header in init.d script (Closes: #466273). + + -- Amaya Rodrigo Sastre <[EMAIL PROTECTED]> Mon, 31 Mar 2008 18:19:01 +0200 + ppp (2.4.4rel-9) unstable; urgency=low * ppp-udeb: quote username and password in pap/chap secrets since they diff -u ppp-2.4.4rel/debian/ppp.pppd-dns ppp-2.4.4rel/debian/ppp.pppd-dns --- ppp-2.4.4rel/debian/ppp.pppd-dns +++ ppp-2.4.4rel/debian/ppp.pppd-dns @@ -2,7 +2,9 @@ ### BEGIN INIT INFO # Provides: pppd-dns # Required-Start: $local_fs +# Required-Stop: # Default-Start: S +# Default-Stop: # Short-Description: Restore resolv.conf if the system crashed. ### END INIT INFO #

