tags 576901 + patch
tags 576901 + pending
thanks
Dear maintainer,
I've prepared an NMU for drbd8 (versioned as 2:8.3.7-2.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.
Regards.
diff -u drbd8-8.3.7/debian/changelog drbd8-8.3.7/debian/changelog
--- drbd8-8.3.7/debian/changelog
+++ drbd8-8.3.7/debian/changelog
@@ -1,3 +1,11 @@
+drbd8 (2:8.3.7-2.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Use the init script of the 8.3.8.1 release fixing broken LSB headers
+ (Closes: #576901)
+
+ -- Alexander Reichle-Schmehl <[email protected]> Thu, 15 Jul 2010 14:03:40 +0200
+
drbd8 (2:8.3.7-2) unstable; urgency=low
* Drop -source package, now that DRBD is part of the Linux mainline kernel.
only in patch2:
unchanged:
--- drbd8-8.3.7.orig/scripts/drbd
+++ drbd8-8.3.7/scripts/drbd
@@ -12,8 +12,10 @@
# Required-Stop: $local_fs $network $syslog
# Should-Start: sshd multipathd
# Should-Stop: sshd multipathd
-# Default-Start:
-# Default-Stop:
+# Default-Start: 2 3 4 5
+# Default-Stop: 0 1 6
+# X-Start-Before: heartbeat corosync
+# X-Stop-After: heartbeat corosync
# Short-Description: Control drbd resources.
### END INIT INFO