From 1c9876ce58093524eaae35c47a4ccc52564af08e Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Fri, 8 Jul 2005 15:28:08 +0000 Subject: [PATCH] Errr.. backout last change: the POD syntax fix is already in csp.patch.cvs --- csp/csp.patch | 46 ---------------------------------------------- 1 file changed, 46 deletions(-) diff --git a/csp/csp.patch b/csp/csp.patch index adf29a6ace..44427513d6 100644 --- a/csp/csp.patch +++ b/csp/csp.patch @@ -1,49 +1,3 @@ -Index: CSP.pm ---- CSP.pm.orig 2002-09-24 20:33:20 +0200 -+++ CSP.pm 2005-07-08 17:26:20 +0200 -@@ -1523,12 +1523,12 @@ - CSP is designed to easily handle multiple distinct Certificate Authorities. - Hence the name which stands for Certificate Service Provider. - --= item o -+=item o - - CSP can be used to produce a web site (certificate repository, CRLs etc etc) - without the need for cgi-scripts. - --= item o -+=item o - - CSP tries to be as PKIX-compliant as OpenSSL allows. - -@@ -1551,22 +1551,22 @@ - writer or some other means for making backups of the certificate directory. - Day to day operations include the following tasks. - --= over 4 -+=over 4 - --= item 1 -+=item 1 - - Issuing certificates based on pkcs10 or out-of-band (non pkcs10) requests. - --= item 2 -+=item 2 - - Backing up the csp main directory (see below) to read-only medium. - --= item 3 -+=item 3 - - Producing the public web site and exporting it (typically using floppy or - zip-drive) to your web server. - --= back -+=back - - =head1 CONFIGURATION - Index: ca/etc/extensions.conf --- ca/etc/extensions.conf.orig 2001-05-28 13:04:20 +0200 +++ ca/etc/extensions.conf 2005-07-08 17:25:42 +0200