Blame SOURCES/mod_nss-nss_pcache_man.patch

7212c2
From e50c94c0e52659633418d590ac68001e44fb5edf Mon Sep 17 00:00:00 2001
7212c2
From: Rob Crittenden <rcritten@redhat.com>
7212c2
Date: Wed, 10 May 2017 12:32:34 -0400
7212c2
Subject: [PATCH] Update nss_pcache.8 man page to drop directory and prefix
7212c2
7212c2
I missed updating this when I made the change to drop sharing the
7212c2
NSS database between Apache and nss_pcache.
7212c2
---
7212c2
 nss_pcache.8 | 31 ++-----------------------------
7212c2
 1 file changed, 2 insertions(+), 29 deletions(-)
7212c2
7212c2
diff --git a/nss_pcache.8 b/nss_pcache.8
7212c2
index 1641f48..5e9743f 100644
7212c2
--- a/nss_pcache.8
7212c2
+++ b/nss_pcache.8
7212c2
@@ -14,12 +14,12 @@
7212c2
 .\"
7212c2
 .\" Author: Rob Crittenden <rcritten@redhat.com>
7212c2
 .\"
7212c2
-.TH "nss_pcache" "8" "Jul 1 2013" "Rob Crittenden" ""
7212c2
+.TH "nss_pcache" "8" "May 10 2017" "Rob Crittenden" ""
7212c2
 .SH "NAME"
7212c2
 nss_pcache \- Helper program used to store token password pins
7212c2
 
7212c2
 .SH "SYNOPSIS"
7212c2
-nss_pcache <semid> <fips on/off> <directory> [prefix]
7212c2
+nss_pcache <semid> <fips on/off>
7212c2
 
7212c2
 .SH "DESCRIPTION"
7212c2
 A helper program used by the Apache \fBhttpd\fP mod_nss plug-in to store the NSS PKCS #11 token password pins between restarts of Apache.
7212c2
@@ -55,33 +55,6 @@ tab(;);
7212c2
 ll,ll.
7212c2
 ;NSSFIPS on
7212c2
 .TE
7212c2
-.TP
7212c2
-.B <directory>
7212c2
-Specifies the destination directory of the NSS databases that will be associated with this executable specified by the following entry in \fB/etc/httpd/conf.d/nss.conf\fP:
7212c2
-.IP
7212c2
-.TS
7212c2
-tab(;);
7212c2
-ll,ll.
7212c2
-;#   Server Certificate Database:
7212c2
-;#   The NSS security database directory that holds the
7212c2
-;#   certificates and keys. The database consists
7212c2
-;#   of 3 files: cert8.db, key3.db and secmod.db.
7212c2
-;#   Provide the directory that these files exist.
7212c2
-;NSSCertificateDatabase /etc/httpd/alias
7212c2
-.TE
7212c2
-.TP
7212c2
-.B [prefix]
7212c2
-Optional prefix to attach prior to the names of the NSS certificate and key databases contained in the directory referenced by the previous argument and specified by the following entry in \fB/etc/httpd/conf.d/nss.conf\fP (must be uncommented in order to be utilized):
7212c2
-.IP
7212c2
-.TS
7212c2
-tab(;);
7212c2
-ll,ll.
7212c2
-;#   Database Prefix:
7212c2
-;#   In order to be able to store multiple NSS databases
7212c2
-;#   in one directory they need unique names. This option
7212c2
-;#   sets the database prefix used for cert8.db and key3.db.
7212c2
-;#NSSDBPrefix my-prefix-
7212c2
-.TE
7212c2
 
7212c2
 .SH BUGS
7212c2
 Report bugs to http://bugzilla.redhat.com.
7212c2
-- 
7212c2
2.9.3
7212c2