Your message dated Wed, 23 Sep 2009 16:56:44 +0000
with message-id <[email protected]>
and subject line Bug#545898: fixed in openldap 2.4.17-2
has caused the Debian Bug report #545898,
regarding init.d status support
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
545898: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=545898
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: slapd
Version: 2.4.17-1
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: initd-status-support

Here is a patch to support the "status" action in the init.d script.
diff -u openldap-2.4.17/debian/changelog openldap-2.4.17/debian/changelog
--- openldap-2.4.17/debian/changelog
+++ openldap-2.4.17/debian/changelog
@@ -1,3 +1,10 @@
+openldap (2.4.17-1.1) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+  * Add init.d status support.
+
+ -- Peter Eisentraut <[email protected]>  Wed, 09 Sep 2009 23:14:27 +0300
+
 openldap (2.4.17-1) unstable; urgency=low
 
   * New upstream version.
diff -u openldap-2.4.17/debian/slapd.init openldap-2.4.17/debian/slapd.init
--- openldap-2.4.17/debian/slapd.init
+++ openldap-2.4.17/debian/slapd.init
@@ -11,6 +11,8 @@
 # Specify path variable
 PATH=/sbin:/usr/sbin:/bin:/usr/bin
 
+. /lib/lsb/init-functions
+
 # Kill me on all errors
 set -e
 
@@ -196,8 +198,11 @@
   	stop_ldap
 	start_ldap
 	;;
+  status)
+	status_of_proc -p $SLAPD_PIDFILE $SLAPD slapd
+	;;
   *)
-  	echo "Usage: $0 {start|stop|restart|force-reload}"
+  	echo "Usage: $0 {start|stop|restart|force-reload|status}"
 	exit 1
 	;;
 esac
diff -u openldap-2.4.17/debian/control openldap-2.4.17/debian/control
--- openldap-2.4.17/debian/control
+++ openldap-2.4.17/debian/control
@@ -26,7 +26,7 @@
 Pre-Depends: debconf (>= 0.5) | debconf-2.0
 Depends: ${shlibs:Depends}, libldap-2.4-2 (= ${binary:Version}),
  coreutils (>= 4.5.1-1), psmisc, perl (>> 5.8.0) | libmime-base64-perl,
- adduser
+ adduser, lsb-base (>= 3.2-13)
 Recommends: libsasl2-modules
 Suggests: ldap-utils
 Conflicts: umich-ldapd, ldap-server, libltdl3 (= 1.5.4-1)

--- End Message ---
--- Begin Message ---
Source: openldap
Source-Version: 2.4.17-2

We believe that the bug you reported is fixed in the latest version of
openldap, which is due to be installed in the Debian FTP archive:

ldap-utils_2.4.17-2_amd64.deb
  to pool/main/o/openldap/ldap-utils_2.4.17-2_amd64.deb
libldap-2.4-2-dbg_2.4.17-2_amd64.deb
  to pool/main/o/openldap/libldap-2.4-2-dbg_2.4.17-2_amd64.deb
libldap-2.4-2_2.4.17-2_amd64.deb
  to pool/main/o/openldap/libldap-2.4-2_2.4.17-2_amd64.deb
libldap2-dev_2.4.17-2_amd64.deb
  to pool/main/o/openldap/libldap2-dev_2.4.17-2_amd64.deb
openldap_2.4.17-2.diff.gz
  to pool/main/o/openldap/openldap_2.4.17-2.diff.gz
openldap_2.4.17-2.dsc
  to pool/main/o/openldap/openldap_2.4.17-2.dsc
slapd-dbg_2.4.17-2_amd64.deb
  to pool/main/o/openldap/slapd-dbg_2.4.17-2_amd64.deb
slapd_2.4.17-2_amd64.deb
  to pool/main/o/openldap/slapd_2.4.17-2_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Steve Langasek <[email protected]> (supplier of updated openldap package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Tue, 22 Sep 2009 20:06:34 -0700
Source: openldap
Binary: slapd ldap-utils libldap-2.4-2 libldap-2.4-2-dbg libldap2-dev slapd-dbg
Architecture: source amd64
Version: 2.4.17-2
Distribution: unstable
Urgency: low
Maintainer: Debian OpenLDAP Maintainers 
<[email protected]>
Changed-By: Steve Langasek <[email protected]>
Description: 
 ldap-utils - OpenLDAP utilities
 libldap-2.4-2 - OpenLDAP libraries
 libldap-2.4-2-dbg - Debugging information for OpenLDAP libraries
 libldap2-dev - OpenLDAP development libraries
 slapd      - OpenLDAP server (slapd)
 slapd-dbg  - Debugging information for the OpenLDAP server (slapd)
Closes: 517556 545898 546885
Changes: 
 openldap (2.4.17-2) unstable; urgency=low
 .
   * Fix up the lintian warnings:
     - add missing misc-depends on all packages
     - slapd, libldap-2.4-2-dbg sections changed to 'debug' to match archive
       overrides
     - bump Standards-Version to 3.8.2, no changes required.
   * slapd.scripts-common: fix upgrade to correctly handle multiple database
     declarations; thanks, Peter Marschall <[email protected]>!  Closes: #517556
   * Add 'status' argument to init script; thanks to Peter Eisentraut
     <[email protected]>.  Closes: #545898.
   * New patch, do-not-second-guess-sonames, to remove an incorrect check for
     the Cyrus SASL version number at runtime.  If there's any reason this is
     needed, it needs to be addressed in the cyrus-sasl soname and Debian
     shlibs, not here.  Closes: #546885.
Checksums-Sha1: 
 1f499a34faebc9dc21d141534f480c6a37edffe2 1809 openldap_2.4.17-2.dsc
 3c0a77de40b89373655ffef0bf680898752ac045 147903 openldap_2.4.17-2.diff.gz
 966f9a1c151ba57a97a9f915c350db844378772a 1567776 slapd_2.4.17-2_amd64.deb
 daee9eaf5bcdfca2a1876258b11a8e963824fa59 313308 ldap-utils_2.4.17-2_amd64.deb
 04b6c918f9ffdf8391cbcfddc942ebad6a9af626 208288 
libldap-2.4-2_2.4.17-2_amd64.deb
 cba3d509d2d7d31acbcb6e83d14dd0789925d614 315470 
libldap-2.4-2-dbg_2.4.17-2_amd64.deb
 1e5281ae8c10e2b4571cb7fe425c30bc9daebecc 1012224 
libldap2-dev_2.4.17-2_amd64.deb
 b870e4d12b1b66147f32b869a01d632821e85923 3933292 slapd-dbg_2.4.17-2_amd64.deb
Checksums-Sha256: 
 a04374eb4ead7a659baae215d3bba1e1af9c3c07dfacca2057cead99799d7294 1809 
openldap_2.4.17-2.dsc
 b95d5eb05e31fa3341a806c3d061d3ab4b05d803850561d9da709b27a8254c1d 147903 
openldap_2.4.17-2.diff.gz
 e08dc040d9b445da5520356705fe0a64c879ff0c6f73cbfc5c2d06a78cf21cb6 1567776 
slapd_2.4.17-2_amd64.deb
 97936910a7a86104433b6df8f7b63d1ea1a62e5045d748bfec621d146362db5d 313308 
ldap-utils_2.4.17-2_amd64.deb
 76c1a502f7e9791cd52afd0b6430c4b92bbd4a94d4128150a849dd995d0b6cbe 208288 
libldap-2.4-2_2.4.17-2_amd64.deb
 ab7d018914ab05d7eee310d19347e71d9c7a219649d33b19ad5512c200d13cfa 315470 
libldap-2.4-2-dbg_2.4.17-2_amd64.deb
 d43576b4fb0f23645f02db6c2a1318ce412fb7e3bacfe48dbde503bb6120e6b2 1012224 
libldap2-dev_2.4.17-2_amd64.deb
 385c84f27a9eeb685dcf1f74b34eb460815258e4ab9ab19b4acb2a73ce528e81 3933292 
slapd-dbg_2.4.17-2_amd64.deb
Files: 
 7ada1e23ec5013f3dcee42832242b72f 1809 net optional openldap_2.4.17-2.dsc
 b6a1c65bb391ae908715fa7613dd15b6 147903 net optional openldap_2.4.17-2.diff.gz
 b34cfeb92e7f586831d70f88eb1528c5 1567776 net optional slapd_2.4.17-2_amd64.deb
 82c95bbcd04949a5b48e3ec52f7a225c 313308 net optional 
ldap-utils_2.4.17-2_amd64.deb
 34c415ef11519678e1b337eeeb2279e6 208288 libs standard 
libldap-2.4-2_2.4.17-2_amd64.deb
 bf7933edd27e061ed74efc9cd4663427 315470 debug extra 
libldap-2.4-2-dbg_2.4.17-2_amd64.deb
 f3cb6730d0ea27b2e3daa6b330b7a3f8 1012224 libdevel extra 
libldap2-dev_2.4.17-2_amd64.deb
 cb7b46698f86fd8acafa7792e28bd400 3933292 debug extra 
slapd-dbg_2.4.17-2_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iD8DBQFKuikUKN6ufymYLloRAtKYAKDQRKcUCJEYpqRzH3j6yN95B2HpdACfYwXF
hIp1M9ekqrZCutAVl1X4R6w=
=phtB
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to