[Pkg-openldap-devel] r741 - in openldap/trunk-2.3/debian: . patches
Matthijs Mohlmann
matthijs at alioth.debian.org
Fri Nov 10 21:48:24 CET 2006
Author: matthijs
Date: 2006-11-10 21:48:24 +0100 (Fri, 10 Nov 2006)
New Revision: 741
Added:
openldap/trunk-2.3/debian/patches/fix-manpage-ldapsearch
Modified:
openldap/trunk-2.3/debian/patches/series
openldap/trunk-2.3/debian/slapd.init
Log:
* Fix errors in manpage.
* Make lintian happy about the init script.
Added: openldap/trunk-2.3/debian/patches/fix-manpage-ldapsearch
===================================================================
--- openldap/trunk-2.3/debian/patches/fix-manpage-ldapsearch 2006-11-10 03:01:19 UTC (rev 740)
+++ openldap/trunk-2.3/debian/patches/fix-manpage-ldapsearch 2006-11-10 20:48:24 UTC (rev 741)
@@ -0,0 +1,13 @@
+Index: doc/man/man1/ldapsearch.1
+===================================================================
+--- doc/man/man1/ldapsearch.1.orig
++++ doc/man/man1/ldapsearch.1
+@@ -453,4 +453,7 @@
+ .SH AUTHOR
+ The OpenLDAP Project <http://www.openldap.org/>
+ .SH ACKNOWLEDGEMENTS
+-.so ../Project
++.B OpenLDAP
++is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
++.B OpenLDAP
++is derived from University of Michigan LDAP 3.3 Release.
Modified: openldap/trunk-2.3/debian/patches/series
===================================================================
--- openldap/trunk-2.3/debian/patches/series 2006-11-10 03:01:19 UTC (rev 740)
+++ openldap/trunk-2.3/debian/patches/series 2006-11-10 20:48:24 UTC (rev 741)
@@ -13,3 +13,4 @@
wrong-database-location -p0
CVE-2006-5779 -p0
index-files-created-as-root -p0
+fix-manpage-ldapsearch -p0
Modified: openldap/trunk-2.3/debian/slapd.init
===================================================================
--- openldap/trunk-2.3/debian/slapd.init 2006-11-10 03:01:19 UTC (rev 740)
+++ openldap/trunk-2.3/debian/slapd.init 2006-11-10 20:48:24 UTC (rev 741)
@@ -1,10 +1,11 @@
#!/bin/sh
### BEGIN INIT INFO
-# Provides: slapd
-# Required-Start: networking syslog
-# Required-Stop: networking syslog
-# Default-Start: 2 3 4 5
-# Default-Stop: 0 6
+# Provides: slapd
+# Required-Start: networking syslog
+# Required-Stop: networking syslog
+# Default-Start: 2 3 4 5
+# Default-Stop: 0 6
+# Short-Description: OpenLDAP standalone server (Lightweight Directory Access Protocol)
### END INIT INFO
# Specify path variable
More information about the Pkg-openldap-devel
mailing list