diff -u drbd8-8.2.6/debian/changelog drbd8-8.2.6/debian/changelog --- drbd8-8.2.6/debian/changelog +++ drbd8-8.2.6/debian/changelog @@ -1,3 +1,10 @@ +drbd8 (2:8.2.6-2ubuntu2) intrepid; urgency=low + + * Made start/stop LSB headers in the init.d script match update-rc.d + defaults. + + -- Jeremy Avnet Fri, 05 Dec 2008 10:21:24 -0800 + drbd8 (2:8.2.6-2ubuntu1) intrepid; urgency=low * Merge from debian experimental, remaining changes: diff -u drbd8-8.2.6/scripts/drbd drbd8-8.2.6/scripts/drbd --- drbd8-8.2.6/scripts/drbd +++ drbd8-8.2.6/scripts/drbd @@ -10,8 +10,8 @@ # Provides: drbd # Required-Start: $network $syslog sshd # Required-Stop: $network $syslog sshd -# Default-Start: 3 5 -# Default-Stop: 0 1 2 6 +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 # Short-Description: Control drbd resources. ### END INIT INFO