diff options
author | LukenShiro <lukenshiro@ngi.it> | 2010-10-18 21:29:12 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-10-20 10:50:23 -0500 |
commit | 9f9119753fe68c18f8b5e2494222fe6d8f9f8934 (patch) | |
tree | 3008b4f66467999583589208ce7ed990719b834c /system/pcsc-lite/README.SLACKWARE | |
parent | 1a59ef2239e9a6637f0fa674df5a0f321e7422fc (diff) | |
download | slackbuilds-9f9119753fe68c18f8b5e2494222fe6d8f9f8934.tar.gz |
system/pcsc-lite: Updated for version 1.6.4.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/pcsc-lite/README.SLACKWARE')
-rw-r--r-- | system/pcsc-lite/README.SLACKWARE | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/system/pcsc-lite/README.SLACKWARE b/system/pcsc-lite/README.SLACKWARE new file mode 100644 index 0000000000..392991f6b1 --- /dev/null +++ b/system/pcsc-lite/README.SLACKWARE @@ -0,0 +1,26 @@ +To start PC/SC-lite daemon, run "/etc/rc.d/rc.pcscd start". This is most +easily accomplished by adding the following to /etc/rc.d/rc.local: + if [ -x /etc/rc.d/rc.pcscd ]; then + /etc/rc.d/rc.pcscd start + fi +For pcmcia readers, this daemon should be started after rc.pcmcia. + +Beware! +- PC/SL-lite daemon is meant as _alternative_ to openct: running rc.openctd +and rc.pcscd at the same time can and will lead to unforseeable problems +(specially with usb devices that can be managed by both of them, one daemon +can claim one device, making it unavailable for other daemon). + +Smartcard reader's drivers are not included and must be compiled and installed +separately. See DRIVERS file in pcsc-lite's doc directory for more information +on getting and installing specific drivers. pcsc-lite is compiled with the +--enable-usbdropdir=<libdir>/pcsc/drivers flag -- this directory will be the +destination for usb readers' drivers (e.g. ccid, cardman, ...). + +Since version 1.6.0, serial support is not really maintained. Upstream +developer deems serial readers as rare, so he no longer provides reader.conf +file: if it's still required, you will have to manually create it in +/etc/reader.conf.d (please see 'man 5 reader.conf' for details). + +Since version 1.6.0, events are sent through the socket, so you have to +manually remove unused /var/run/pcscd/pcscd.events/ directory. |