summaryrefslogtreecommitdiff
path: root/system/pcsc-lite/README.SLACKWARE
diff options
context:
space:
mode:
authorLukenShiro <lukenshiro@ngi.it>2012-12-28 22:18:36 +0100
committerMatteo Bernardini <ponce@slackbuilds.org>2012-12-28 22:19:04 +0100
commitc5ae0128ff3de163c10bae582f3ae32980a969d7 (patch)
treefcfe506d73e5887bb5d39c086422eec82642ec64 /system/pcsc-lite/README.SLACKWARE
parent15964ea7da2d16298fc58f2bfdc1752a52de9783 (diff)
downloadslackbuilds-c5ae0128ff3de163c10bae582f3ae32980a969d7.tar.gz
system/pcsc-lite: Updated for version 1.8.7.
Added more notes about need of dedicated user and group. Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system/pcsc-lite/README.SLACKWARE')
-rw-r--r--system/pcsc-lite/README.SLACKWARE6
1 files changed, 6 insertions, 0 deletions
diff --git a/system/pcsc-lite/README.SLACKWARE b/system/pcsc-lite/README.SLACKWARE
index 4cf8418e88..6628c015df 100644
--- a/system/pcsc-lite/README.SLACKWARE
+++ b/system/pcsc-lite/README.SLACKWARE
@@ -1,3 +1,9 @@
+You must have a "pcscd" user and a "pcscd" group to run this script.
+To create the user and group you can run these two commands
+(uid/gid are set accordingly to http://slackbuilds.org/uid_gid.txt):
+ # groupadd -g 257 pcscd
+ # useradd -u 257 -g pcscd -d /var/run/pcscd -s /bin/false pcscd
+
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