diff options
author | LukenShiro <lukenshiro@ngi.it> | 2013-02-10 10:26:11 -0500 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2013-02-13 19:33:40 -0500 |
commit | ca641aeab8dcba4808ad91a9f29292d08feb522b (patch) | |
tree | a27e5761749c74b1d67a1f41d6b27699dbf4be53 /system/openct/README.SLACKWARE | |
parent | 97ff31a337e4f6986014c0c368d4a7518beb109b (diff) | |
download | slackbuilds-ca641aeab8dcba4808ad91a9f29292d08feb522b.tar.gz |
system/openct: Minor fixes and updated download link.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system/openct/README.SLACKWARE')
-rw-r--r-- | system/openct/README.SLACKWARE | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/system/openct/README.SLACKWARE b/system/openct/README.SLACKWARE new file mode 100644 index 0000000000..c15b64f274 --- /dev/null +++ b/system/openct/README.SLACKWARE @@ -0,0 +1,18 @@ +To start OpenCT daemon, run "/etc/rc.d/rc.openctd start". This is +most easily accomplished by adding the following to /etc/rc.d/rc.local: + if [ -x /etc/rc.d/rc.openctd ]; then + /etc/rc.d/rc.openctd start + fi + +For serial and pcmcia readers only, for using it as a PC/SC ifdhandler, +you have to edit file reader-openct.conf in /etc/reader.conf.d/, to +comment lines in other file(s) and run "/usr/sbin/update-reader.conf". + +Beware! +- OpenCT daemon is meant as _alternative_ to pcsc-lite: 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). +- for some unknown reasons, if you start rc.openctd and then stop it, +you may need unplug and plug-in your usb smartcard reader in order +to it to be seen again, so udev rule is re-applied. |