From 5f518a96be2a6fd22e4ae4627c15700ecf9666e4 Mon Sep 17 00:00:00 2001 From: martin Date: Wed, 25 Aug 2010 08:40:54 +0000 Subject: [PATCH] Update OpenSC.tokend related default config file entries. git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@4649 c6295689-39f2-0310-b995-f0e70906c6a9 --- etc/opensc.conf.in | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/etc/opensc.conf.in b/etc/opensc.conf.in index 99981eb9..4b5c38e2 100644 --- a/etc/opensc.conf.in +++ b/etc/opensc.conf.in @@ -408,10 +408,19 @@ app opensc-pkcs11 { } } +# Used by OpenSC.tokend on Mac OS X only. app tokend { - # Score for OpenSC.tokend + # The file to which debug log will be written + # Default: /tmp/opensc-tokend.log + # + # debug_file = /Library/Logs/OpenSC.tokend.log + framework tokend { - score = 10; + # Score for OpenSC.tokend + # The tokend with the lowest score shall be used + # Default: 50 + # + # score = 10; } }