Package: ppp Version: 2.4.4rel-3 Severity: important Tags: patch User: [EMAIL PROTECTED] Usertags: incorrect-dependency
When testing dependency based boot sequencing, I discovered a bug in the init.d script for ppp. The required headers required-stop and default-stop are missing, and both should be present to avoid confusing the tools used to enable dependency based boot sequencing. Fixing these issues is a release goal for lenny, so it is good if it is fixed quickly. This patch solve the issue: diff -ru ppp-2.4.4rel.orig/debian/ppp.pppd-dns ppp-2.4.4rel/debian/ppp.pppd-dns --- ppp-2.4.4rel.orig/debian/ppp.pppd-dns 2008-02-17 17:11:42.000000000 +0100 +++ ppp-2.4.4rel/debian/ppp.pppd-dns 2008-02-17 17:14:15.000000000 +0100 @@ -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 # Happy hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

