PSARC/2016/233 OpenCA OCSP Responder s11u3-sru
authorIvo Raisr <ivo.raisr@oracle.com>
Tue, 09 Aug 2016 17:27:53 -0700
branchs11u3-sru
changeset 6626 a8f4bf6434fd
parent 6625 5c5913fab5d6
child 6627 25e0012b607e
PSARC/2016/233 OpenCA OCSP Responder 23720257 ocspd should reside in /usr/lib
components/openca-ocspd/Solaris/svc-ocspd
components/openca-ocspd/openca-ocspd.p5m
--- a/components/openca-ocspd/Solaris/svc-ocspd	Tue Aug 02 02:32:52 2016 -0700
+++ b/components/openca-ocspd/Solaris/svc-ocspd	Tue Aug 09 17:27:53 2016 -0700
@@ -10,7 +10,7 @@
 
 case "$1" in
 'start')
-	/usr/sbin/ocspd -c "$CONF_FILE" -d
+	/usr/lib/ocspd -c "$CONF_FILE" -d
 	;;
 
 'restart')
--- a/components/openca-ocspd/openca-ocspd.p5m	Tue Aug 02 02:32:52 2016 -0700
+++ b/components/openca-ocspd/openca-ocspd.p5m	Tue Aug 09 17:27:53 2016 -0700
@@ -51,7 +51,7 @@
 file Solaris/svc-ocspd path=lib/svc/method/svc-ocspd
 file path=usr/bin/ocspd-genreq.sh
 file path=usr/lib/$(MACH64)/pkgconfig/openca-ocspd.pc
-file path=usr/sbin/ocspd
+file usr/sbin/ocspd path=usr/lib/ocspd mode=0555
 file ocspd.3 path=usr/share/man/man3/ocspd.3
 file ocspd.conf.3 path=usr/share/man/man3/ocspd.conf.3
 license openca-ocspd.license license=Apache