Blame SOURCES/mod_nss-nss_pcache_man.patch

1ef406
From e50c94c0e52659633418d590ac68001e44fb5edf Mon Sep 17 00:00:00 2001
1ef406
From: Rob Crittenden <rcritten@redhat.com>
1ef406
Date: Wed, 10 May 2017 12:32:34 -0400
1ef406
Subject: [PATCH] Update nss_pcache.8 man page to drop directory and prefix
1ef406
1ef406
I missed updating this when I made the change to drop sharing the
1ef406
NSS database between Apache and nss_pcache.
1ef406
---
1ef406
 nss_pcache.8 | 31 ++-----------------------------
1ef406
 1 file changed, 2 insertions(+), 29 deletions(-)
1ef406
1ef406
diff --git a/nss_pcache.8 b/nss_pcache.8
1ef406
index 1641f48..5e9743f 100644
1ef406
--- a/nss_pcache.8
1ef406
+++ b/nss_pcache.8
1ef406
@@ -14,12 +14,12 @@
1ef406
 .\"
1ef406
 .\" Author: Rob Crittenden <rcritten@redhat.com>
1ef406
 .\"
1ef406
-.TH "nss_pcache" "8" "Jul 1 2013" "Rob Crittenden" ""
1ef406
+.TH "nss_pcache" "8" "May 10 2017" "Rob Crittenden" ""
1ef406
 .SH "NAME"
1ef406
 nss_pcache \- Helper program used to store token password pins
1ef406
 
1ef406
 .SH "SYNOPSIS"
1ef406
-nss_pcache <semid> <fips on/off> <directory> [prefix]
1ef406
+nss_pcache <semid> <fips on/off>
1ef406
 
1ef406
 .SH "DESCRIPTION"
1ef406
 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.
1ef406
@@ -55,33 +55,6 @@ tab(;);
1ef406
 ll,ll.
1ef406
 ;NSSFIPS on
1ef406
 .TE
1ef406
-.TP
1ef406
-.B <directory>
1ef406
-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:
1ef406
-.IP
1ef406
-.TS
1ef406
-tab(;);
1ef406
-ll,ll.
1ef406
-;#   Server Certificate Database:
1ef406
-;#   The NSS security database directory that holds the
1ef406
-;#   certificates and keys. The database consists
1ef406
-;#   of 3 files: cert8.db, key3.db and secmod.db.
1ef406
-;#   Provide the directory that these files exist.
1ef406
-;NSSCertificateDatabase /etc/httpd/alias
1ef406
-.TE
1ef406
-.TP
1ef406
-.B [prefix]
1ef406
-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):
1ef406
-.IP
1ef406
-.TS
1ef406
-tab(;);
1ef406
-ll,ll.
1ef406
-;#   Database Prefix:
1ef406
-;#   In order to be able to store multiple NSS databases
1ef406
-;#   in one directory they need unique names. This option
1ef406
-;#   sets the database prefix used for cert8.db and key3.db.
1ef406
-;#NSSDBPrefix my-prefix-
1ef406
-.TE
1ef406
 
1ef406
 .SH BUGS
1ef406
 Report bugs to http://bugzilla.redhat.com.
1ef406
-- 
1ef406
2.9.3
1ef406