summaryrefslogtreecommitdiffstats
path: root/recipes-support/openldap/openldap-2.4.39/man-slapd.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-support/openldap/openldap-2.4.39/man-slapd.patch')
-rw-r--r--recipes-support/openldap/openldap-2.4.39/man-slapd.patch60
1 files changed, 60 insertions, 0 deletions
diff --git a/recipes-support/openldap/openldap-2.4.39/man-slapd.patch b/recipes-support/openldap/openldap-2.4.39/man-slapd.patch
new file mode 100644
index 0000000..5f55137
--- /dev/null
+++ b/recipes-support/openldap/openldap-2.4.39/man-slapd.patch
@@ -0,0 +1,60 @@
1Patch the slapd man page to not refer to a header file that isn't
2installed with the slapd package and to reference the correct path
3for slapd.
4
5Debian-specific.
6
7--- a/doc/man/man8/slapd.8
8+++ b/doc/man/man8/slapd.8
9@@ -5,7 +5,7 @@
10 .SH NAME
11 slapd \- Stand-alone LDAP Daemon
12 .SH SYNOPSIS
13-.B LIBEXECDIR/slapd
14+.B /usr/sbin/slapd
15 [\c
16 .BR \-4 | \-6 ]
17 [\c
18@@ -103,11 +103,10 @@
19 will not fork or disassociate from the invoking terminal. Some general
20 operation and status messages are printed for any value of \fIdebug-level\fP.
21 \fIdebug-level\fP is taken as a bit string, with each bit corresponding to a
22-different kind of debugging information. See <ldap_log.h> for details.
23-Comma-separated arrays of friendly names can be specified to select
24-debugging output of the corresponding debugging information.
25-All the names recognized by the \fIloglevel\fP directive
26-described in \fBslapd.conf\fP(5) are supported.
27+different kind of debugging information. Comma-separated arrays of friendly
28+names can be specified to select debugging output of the corresponding
29+debugging information. All the names recognized by the \fIloglevel\fP
30+directive described in \fBslapd.conf\fP(5) are supported.
31 If \fIdebug-level\fP is \fB?\fP, a list of installed debug-levels is printed,
32 and slapd exits.
33
34@@ -317,7 +316,7 @@
35 .LP
36 .nf
37 .ft tt
38- LIBEXECDIR/slapd
39+ /usr/sbin/slapd
40 .ft
41 .fi
42 .LP
43@@ -328,7 +327,7 @@
44 .LP
45 .nf
46 .ft tt
47- LIBEXECDIR/slapd \-f /var/tmp/slapd.conf \-d 255
48+ /usr/sbin/slapd \-f /var/tmp/slapd.conf \-d 255
49 .ft
50 .fi
51 .LP
52@@ -336,7 +335,7 @@
53 .LP
54 .nf
55 .ft tt
56- LIBEXECDIR/slapd \-Tt
57+ /usr/sbin/slapd \-Tt
58 .ft
59 .fi
60 .LP