PSARC/2016/233 OpenCA OCSP Responder
authornaoki.tanaka@oracle.com <naoki.tanaka@oracle.com>
Thu, 30 Jun 2016 14:58:02 -0700
changeset 6310 456a99f2d979
parent 6309 45a5cfc1d6e8
child 6311 b926fcac67df
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	Thu Jun 30 07:07:08 2016 -0700
+++ b/components/openca-ocspd/Solaris/svc-ocspd	Thu Jun 30 14:58:02 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	Thu Jun 30 07:07:08 2016 -0700
+++ b/components/openca-ocspd/openca-ocspd.p5m	Thu Jun 30 14:58:02 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