[Pkg-openldap-devel] r760 - in openldap/trunk-2.3/debian: . patches

Matthijs Mohlmann matthijs at alioth.debian.org
Sat Dec 9 20:57:00 CET 2006


Author: matthijs
Date: 2006-12-09 20:57:00 +0100 (Sat, 09 Dec 2006)
New Revision: 760

Added:
   openldap/trunk-2.3/debian/patches/man-slurpd
Modified:
   openldap/trunk-2.3/debian/changelog
   openldap/trunk-2.3/debian/patches/man-slapd
   openldap/trunk-2.3/debian/patches/series
Log:
 * Updated manpages, then had wrong locations to binaries and spool directories.


Modified: openldap/trunk-2.3/debian/changelog
===================================================================
--- openldap/trunk-2.3/debian/changelog	2006-12-09 19:16:54 UTC (rev 759)
+++ openldap/trunk-2.3/debian/changelog	2006-12-09 19:57:00 UTC (rev 760)
@@ -16,8 +16,9 @@
     fix DB errors.
   * Updated README in schema directory. It doesn't list collective.schema
     anymore. (Closes: #287358)
+  * Updated manpages to point to right paths. (Closes: #398790)
 
- -- Matthijs Mohlmann <matthijs at cacholong.nl>  Sat,  9 Dec 2006 18:34:16 +0100
+ -- Matthijs Mohlmann <matthijs at cacholong.nl>  Sat,  9 Dec 2006 20:50:58 +0100
 
 openldap2.3 (2.3.29-1) unstable; urgency=medium
 

Modified: openldap/trunk-2.3/debian/patches/man-slapd
===================================================================
--- openldap/trunk-2.3/debian/patches/man-slapd	2006-12-09 19:16:54 UTC (rev 759)
+++ openldap/trunk-2.3/debian/patches/man-slapd	2006-12-09 19:57:00 UTC (rev 760)
@@ -2,6 +2,15 @@
 ===================================================================
 --- doc/man/man8/slapd.8.orig
 +++ doc/man/man8/slapd.8
+@@ -5,7 +5,7 @@
+ .SH NAME
+ slapd \- Stand-alone LDAP Daemon
+ .SH SYNOPSIS
+-.B LIBEXECDIR/slapd 
++.B /usr/sbin/slapd 
+ .B [\-[4|6]]
+ .B [\-T {acl|add|auth|cat|dn|index|passwd|test}]
+ .B [\-d debug\-level]
 @@ -85,7 +85,9 @@
  will not fork or disassociate from the invoking terminal.  Some general
  operation and status messages are printed for any value of \fIdebug\-level\fP.
@@ -13,3 +22,30 @@
  Remember that if you turn on packet logging, packets containing bind passwords
  will be output, so if you redirect the log to a logfile, that file should
  be read-protected.
+@@ -234,7 +236,7 @@
+ .LP
+ .nf
+ .ft tt
+-	LIBEXECDIR/slapd
++	/usr/sbin/slapd
+ .ft
+ .fi
+ .LP
+@@ -245,7 +247,7 @@
+ .LP
+ .nf
+ .ft tt
+-	LIBEXECDIR/slapd -f /var/tmp/slapd.conf -d 255
++	/usr/sbin/slapd -f /var/tmp/slapd.conf -d 255
+ .ft
+ .fi
+ .LP
+@@ -253,7 +255,7 @@
+ .LP
+ .nf
+ .ft tt
+-	LIBEXECDIR/slapd -Tt
++	/usr/sbin/slapd -Tt
+ .ft
+ .fi
+ .LP

Added: openldap/trunk-2.3/debian/patches/man-slurpd
===================================================================
--- openldap/trunk-2.3/debian/patches/man-slurpd	2006-12-09 19:16:54 UTC (rev 759)
+++ openldap/trunk-2.3/debian/patches/man-slurpd	2006-12-09 19:57:00 UTC (rev 760)
@@ -0,0 +1,49 @@
+Index: doc/man/man8/slurpd.8
+===================================================================
+--- doc/man/man8/slurpd.8.orig
++++ doc/man/man8/slurpd.8
+@@ -5,7 +5,7 @@
+ .SH NAME
+ slurpd \- Standalone LDAP Update Replication Daemon
+ .SH SYNOPSIS
+-.B LIBEXECDIR/slurpd [\-d debug\-level]
++.B /usr/sbin/slurpd [\-d debug\-level]
+ .B [\-f slapd\-config\-file] [\-r slapd\-replog\-file]
+ .B [\-t temp\-dir] [\-o]
+ .B 
+@@ -82,7 +82,7 @@
+ .TP
+ .BI \-f " slapd\-config\-file"
+ Specifies the slapd configuration file.  The default is
+-.BR ETCDIR/slapd.conf .
++.BR /etc/ldap/slapd.conf .
+ .TP
+ .BI \-r " slapd\-replog\-file"
+ Specifies the name of the 
+@@ -120,7 +120,7 @@
+ temporary files may contain sensitive information.
+ This option allows you to specify the location of these temporary files. 
+ The default is
+-.BR LOCALSTATEDIR/openldap-slurp .
++.BR /var/spool/slurpd/replica .
+ .SH EXAMPLES
+ To start 
+ .I slurpd
+@@ -131,7 +131,7 @@
+ .LP
+ .nf
+ .ft tt
+-	LIBEXECDIR/slurpd
++	/usr/sbin/slurpd
+ .ft
+ .fi
+ .LP
+@@ -144,7 +144,7 @@
+ .LP
+ .nf
+ .ft tt
+-	LIBEXECDIR/slurpd -f ETCDIR/slapd.conf -d 255
++	/usr/sbin/slurpd -f /etc/ldap/slapd.conf -d 255
+ .ft
+ .fi
+ .LP

Modified: openldap/trunk-2.3/debian/patches/series
===================================================================
--- openldap/trunk-2.3/debian/patches/series	2006-12-09 19:16:54 UTC (rev 759)
+++ openldap/trunk-2.3/debian/patches/series	2006-12-09 19:57:00 UTC (rev 760)
@@ -13,3 +13,4 @@
 wrong-database-location -p0
 index-files-created-as-root -p0
 sasl-default-path -p0
+man-slurpd -p0




More information about the Pkg-openldap-devel mailing list