Revert "Revert "oran-shell-release: release image for F""
[pti/rtp.git] / meta-starlingx / meta-stx-integ / recipes-support / openldap / files / 0001-Various-manual-pages-changes.patch
1 From 462675a5b797afb411de4506425f12ac6ebdf56a Mon Sep 17 00:00:00 2001
2 From: babak sarashki <babak.sarashki@windriver.com>
3 Date: Sun, 3 Nov 2019 14:28:29 -0800
4 Subject: [PATCH 01/20] Various manual pages changes:
5
6 remove LIBEXECDIR from slapd.8
7 remove references to non-existing manpages (bz 624616)
8 ---
9  doc/man/man1/ldapmodify.1 | 3 +--
10  doc/man/man5/ldap.conf.5  | 1 +
11  doc/man/man8/slapd.8      | 8 ++++----
12  3 files changed, 6 insertions(+), 6 deletions(-)
13
14 diff --git a/doc/man/man1/ldapmodify.1 b/doc/man/man1/ldapmodify.1
15 index 19263eb..46a8593 100644
16 --- a/doc/man/man1/ldapmodify.1
17 +++ b/doc/man/man1/ldapmodify.1
18 @@ -397,8 +397,7 @@ exit status and a diagnostic message being written to standard error.
19  .BR ldap_add_ext (3),
20  .BR ldap_delete_ext (3),
21  .BR ldap_modify_ext (3),
22 -.BR ldap_modrdn_ext (3),
23 -.BR ldif (5).
24 +.BR ldif (5)
25  .SH AUTHOR
26  The OpenLDAP Project <http://www.openldap.org/>
27  .SH ACKNOWLEDGEMENTS
28 diff --git a/doc/man/man5/ldap.conf.5 b/doc/man/man5/ldap.conf.5
29 index 0c8ec8a..49f1830 100644
30 --- a/doc/man/man5/ldap.conf.5
31 +++ b/doc/man/man5/ldap.conf.5
32 @@ -318,6 +318,7 @@ certificates in separate individual files. The
33  .B TLS_CACERT
34  is always used before
35  .B TLS_CACERTDIR.
36 +The specified directory must be managed with the OpenSSL c_rehash utility.
37  This parameter is ignored with GnuTLS.
38  
39  When using Mozilla NSS, <path> may contain a Mozilla NSS cert/key
40 diff --git a/doc/man/man8/slapd.8 b/doc/man/man8/slapd.8
41 index b554305..22fff11 100644
42 --- a/doc/man/man8/slapd.8
43 +++ b/doc/man/man8/slapd.8
44 @@ -5,7 +5,7 @@
45  .SH NAME
46  slapd \- Stand-alone LDAP Daemon
47  .SH SYNOPSIS
48 -.B LIBEXECDIR/slapd 
49 +.B slapd
50  [\c
51  .BR \-4 | \-6 ]
52  [\c
53 @@ -317,7 +317,7 @@ the LDAP databases defined in the default config file, just type:
54  .LP
55  .nf
56  .ft tt
57 -       LIBEXECDIR/slapd
58 +       slapd
59  .ft
60  .fi
61  .LP
62 @@ -328,7 +328,7 @@ on voluminous debugging which will be printed on standard error, type:
63  .LP
64  .nf
65  .ft tt
66 -       LIBEXECDIR/slapd \-f /var/tmp/slapd.conf \-d 255
67 +       slapd -f /var/tmp/slapd.conf -d 255
68  .ft
69  .fi
70  .LP
71 @@ -336,7 +336,7 @@ To test whether the configuration file is correct or not, type:
72  .LP
73  .nf
74  .ft tt
75 -       LIBEXECDIR/slapd \-Tt
76 +       slapd -Tt
77  .ft
78  .fi
79  .LP
80 -- 
81 2.17.1
82