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
This commit is contained in:
martin 2010-08-25 08:40:54 +00:00
parent a3d02dd63c
commit 5f518a96be
1 changed files with 11 additions and 2 deletions

View File

@ -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;
}
}