components/openca-ocspd/patches/05-scripts.patch
author Rich Burridge <rich.burridge@oracle.com>
Tue, 02 May 2017 17:33:26 -0700
changeset 7964 d9801318ed3d
parent 6104 583b39846694
permissions -rw-r--r--
25981468 Build ilmbase and openexr with the GNU compilers

Patch origin: in-house
Patch status: Solaris-specific; not suitable for upstream

Need to use an appropriate path on Solaris.

--- openca-ocspd-3.1.2/scripts/ocspd-genreq.sh.in	2015-11-10 13:31:41.108065796 -0800
+++ openca-ocspd-3.1.2/scripts/ocspd-genreq.sh.in	2016-04-08 12:10:37.931458124 -0700
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-prefix="@prefix@"
+prefix=
 token="ocspServerToken"
 defSubject="CN=OCSP Server, O=OpenCA, C=US"
 defAlgor="RSA-SHA256"