diff -u tftp-hpa-0.48/debian/tftpd-hpa.init tftp-hpa-0.48/debian/tftpd-hpa.init --- tftp-hpa-0.48/debian/tftpd-hpa.init +++ tftp-hpa-0.48/debian/tftpd-hpa.init @@ -8,7 +8,7 @@ # Required-Start: $local_fs $remote_fs $syslog $network # Required-Stop: $local_fs $remote_fs $syslog $network # Default-Start: 2 3 4 5 -# Default-Stop: 0 1 6 +# Default-Stop: 1 # Short-Description: HPA's tftp client # Description: tftp server to allow booting clients which support # the PXE protocol. diff -u tftp-hpa-0.48/debian/changelog tftp-hpa-0.48/debian/changelog --- tftp-hpa-0.48/debian/changelog +++ tftp-hpa-0.48/debian/changelog @@ -1,3 +1,10 @@ +tftp-hpa (0.48-2ubuntu2) intrepid; urgency=low + + * Drop the usage of deprecated "multiuser", instead call update-rc.d with + manual arguments (LP: #254272). + + -- Devid Filoni Mon, 04 Aug 2008 15:21:30 +0200 + tftp-hpa (0.48-2ubuntu1) intrepid; urgency=low * Merge from debian unstable, remaining changes: diff -u tftp-hpa-0.48/debian/rules tftp-hpa-0.48/debian/rules --- tftp-hpa-0.48/debian/rules +++ tftp-hpa-0.48/debian/rules @@ -56,7 +56,7 @@ dh_installdebconf -a dh_installdocs -a # dh_installlogrotate -a - dh_installinit -a -- multiuser + dh_installinit -a -- start 20 2 3 4 5 . stop 20 1 . dh_installchangelogs CHANGES -a dh_strip -a dh_link -a