diff options
Diffstat (limited to 'system/openct/README')
-rw-r--r-- | system/openct/README | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/system/openct/README b/system/openct/README index 9824b881f1..fc4f066f7f 100644 --- a/system/openct/README +++ b/system/openct/README @@ -13,9 +13,13 @@ comment lines in other file(s) and run "/usr/sbin/update-reader.conf". Compiling with "APIDOC=1 ./openct.SlackBuild" produces API .pdf documentation (mainly intended for developers). +Compiling with "HALD=1 ./openct.SlackBuild" enable smart-card reader +detection using hal daemon's .fdi files. By default openct uses udev rules +instead to detect it. Hal and udev are alternative. + Compiling with "NONPRIV=1 ./openct.SlackBuild" enable non-privileged -mode, but you need to modify /etc/rc.d/rc.openctd to allow 'chown' to -change user/group. +mode, but you may need to modify /etc/rc.d/rc.openctd to allow 'chown' +to change user/group. 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: |