24392172 pcscd should reside in /usr/lib s11u3-sru
authorIvo Raisr <ivo.raisr@oracle.com>
Mon, 08 Aug 2016 11:58:51 -0700
branchs11u3-sru
changeset 6628 6c50cb7e9ba0
parent 6627 25e0012b607e
child 6630 50ea91fea330
24392172 pcscd should reside in /usr/lib
components/pcsc-lite/Makefile
components/pcsc-lite/Solaris/svc-pcscd
components/pcsc-lite/pcsclite.p5m
--- a/components/pcsc-lite/Makefile	Mon Aug 08 11:52:10 2016 -0700
+++ b/components/pcsc-lite/Makefile	Mon Aug 08 11:58:51 2016 -0700
@@ -60,6 +60,7 @@
 
 # options needed for configure, otherwise default will install into /usr/local
 CONFIGURE_OPTIONS +=    --exec-prefix=$(USRLIBDIR64)
+CONFIGURE_OPTIONS +=    --sbindir=$(USRLIBDIR)
 CONFIGURE_OPTIONS +=    --enable-libusb
 CONFIGURE_OPTIONS +=    --enable-confdir=$(ETCDIR)/pcsc
 CONFIGURE_OPTIONS +=    --enable-usbdropdir=$(USRLIBDIR64)/pcsc/drivers
--- a/components/pcsc-lite/Solaris/svc-pcscd	Mon Aug 08 11:52:10 2016 -0700
+++ b/components/pcsc-lite/Solaris/svc-pcscd	Mon Aug 08 11:58:51 2016 -0700
@@ -26,7 +26,7 @@
 . /lib/svc/share/smf_include.sh
 
 NAME=pcscd
-DAEMON=/usr/sbin/$NAME
+DAEMON=/usr/lib/$NAME
 PIDFILE=$SMF_SYSVOL_FS/$NAME.pid
 
 # exit if the server daemon is not installed
--- a/components/pcsc-lite/pcsclite.p5m	Mon Aug 08 11:52:10 2016 -0700
+++ b/components/pcsc-lite/pcsclite.p5m	Mon Aug 08 11:58:51 2016 -0700
@@ -50,6 +50,5 @@
 file path=usr/lib/$(MACH64)/libpcsclite.so.1.0.0
 dir  path=usr/lib/$(MACH64)/pcsc/drivers
 file path=usr/lib/$(MACH64)/pkgconfig/libpcsclite.pc
-file path=usr/sbin/pcscd
-file path=usr/share/doc/pcsc-lite/README.DAEMON
+file path=usr/lib/pcscd mode=0555
 license pcsclite.license license="GPL v.3"