blob: c67dca1a8fd6858ed6101c893cf3aeea5948cc5d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
[
{ type: install
message: <<EOM
PC/SC-Lite has been installed.
You need to install a driver for your smartcard reader e.g.,
- devel/libccid
- security/ifd-slb_rf60
For cardreaders connected to the serial port: After installing the driver,
please update the pcscd configuration file:
%%PREFIX%%/etc/reader.conf
For USB cardreaders add the following lines to /etc/devd.conf to enable
hotplugging:
attach 100 {
device-name "ugen[0-9]+";
action "%%PREFIX%%/sbin/pcscd -H";
};
detach 100 {
device-name "ugen[0-9]+";
action "%%PREFIX%%/sbin/pcscd -H";
};
EOM
}
]
|