[Pkg-openldap-devel] r697 - in openldap/trunk-2.3/debian: . patches
Matthijs Mohlmann
active2-guest at costa.debian.org
Sun Jul 23 08:48:26 UTC 2006
Author: active2-guest
Date: 2006-07-23 08:48:25 +0000 (Sun, 23 Jul 2006)
New Revision: 697
Added:
openldap/trunk-2.3/debian/patches/ldapsearch-to-bold
Modified:
openldap/trunk-2.3/debian/changelog
openldap/trunk-2.3/debian/patches/series
Log:
* One line in ldapsearch is completely bold instead of just one word.
Modified: openldap/trunk-2.3/debian/changelog
===================================================================
--- openldap/trunk-2.3/debian/changelog 2006-07-23 08:32:17 UTC (rev 696)
+++ openldap/trunk-2.3/debian/changelog 2006-07-23 08:48:25 UTC (rev 697)
@@ -12,8 +12,10 @@
* Fix a regression in the slapd packages. Data directory is /var/lib/ldap
and not /var/openldap-data, also adjust the manpages to reflect these
change. Thanks to Peter Marschall. (Closes: #368891)
+ * Added patch to fix a bold issue in the manpage ldapsearch. Thanks to
+ Matt Kraai. (Closes: #355670)
- -- Matthijs Mohlmann <matthijs at cacholong.nl> Sun, 23 Jul 2006 10:31:00 +0200
+ -- Matthijs Mohlmann <matthijs at cacholong.nl> Sun, 23 Jul 2006 10:46:43 +0200
openldap2.3 (2.3.24-2) unstable; urgency=low
Added: openldap/trunk-2.3/debian/patches/ldapsearch-to-bold
===================================================================
--- openldap/trunk-2.3/debian/patches/ldapsearch-to-bold 2006-07-23 08:32:17 UTC (rev 696)
+++ openldap/trunk-2.3/debian/patches/ldapsearch-to-bold 2006-07-23 08:48:25 UTC (rev 697)
@@ -0,0 +1,14 @@
+Index: doc/man/man1/ldapsearch.1
+===================================================================
+--- doc/man/man1/ldapsearch.1.orig
++++ doc/man/man1/ldapsearch.1
+@@ -84,7 +84,8 @@
+ If not provided, the default filter, (objectClass=*), is used.
+ .LP
+ If
+-.B ldapsearch finds one or more entries, the attributes specified by
++.B ldapsearch
++finds one or more entries, the attributes specified by
+ \fIattrs\fP are returned. If * is listed, all user attributes are
+ returned. If + is listed, all operational attributes are returned.
+ If no \fIattrs\fP are listed, all user attributes are returned. If only
Modified: openldap/trunk-2.3/debian/patches/series
===================================================================
--- openldap/trunk-2.3/debian/patches/series 2006-07-23 08:32:17 UTC (rev 696)
+++ openldap/trunk-2.3/debian/patches/series 2006-07-23 08:48:25 UTC (rev 697)
@@ -23,3 +23,4 @@
syncrepl-dont-replicate-fix -p0
accesslog-purge-bug -p0
wrong-database-location -p0
+ldapsearch-to-bold -p0
More information about the Pkg-openldap-devel
mailing list