[Pkg-openldap-devel] Bug#474652: Patch used in NMU of openldap2.3
Petter Reinholdtsen
pere at hungry.com
Wed Apr 16 06:19:20 UTC 2008
This is the patch used in my 3-day delayed NMU.
diff -u openldap2.3-2.4.7/debian/changelog openldap2.3-2.4.7/debian/changelog
--- openldap2.3-2.4.7/debian/changelog
+++ openldap2.3-2.4.7/debian/changelog
@@ -1,3 +1,10 @@
+openldap2.3 (2.4.7-6.2) unstable; urgency=low
+
+ * Non-maintainer upload to solve release goal issues.
+ * Add LSB dependency header to init.d scripts (Closes: #474652)
+
+ -- Petter Reinholdtsen <pere at debian.org> Wed, 16 Apr 2008 08:04:49 +0200
+
openldap2.3 (2.4.7-6.1) unstable; urgency=high
* Non-maintainer upload by security team.
diff -u openldap2.3-2.4.7/debian/slapd.init openldap2.3-2.4.7/debian/slapd.init
--- openldap2.3-2.4.7/debian/slapd.init
+++ openldap2.3-2.4.7/debian/slapd.init
@@ -1,10 +1,10 @@
#!/bin/sh
### BEGIN INIT INFO
# Provides: slapd
-# Required-Start: networking syslog
-# Required-Stop: networking syslog
+# Required-Start: $remote_fs $network $syslog
+# Required-Stop: $remote_fs $network $syslog
# Default-Start: 2 3 4 5
-# Default-Stop: 0 6
+# Default-Stop: 0 1 6
# Short-Description: OpenLDAP standalone server (Lightweight Directory Access Protocol)
### END INIT INFO
More information about the Pkg-openldap-devel
mailing list