From 6fc7e62f207eaaf5c98583a9658712129b7f218a Mon Sep 17 00:00:00 2001 From: martin Date: Mon, 29 Nov 2010 13:34:54 +0000 Subject: [PATCH] conf: correct comments about OpenSC.tokend score meaning and default value. git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@4889 c6295689-39f2-0310-b995-f0e70906c6a9 --- etc/opensc.conf.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/opensc.conf.in b/etc/opensc.conf.in index 7a4d5a4f..6685243c 100644 --- a/etc/opensc.conf.in +++ b/etc/opensc.conf.in @@ -424,8 +424,8 @@ app tokend { framework tokend { # Score for OpenSC.tokend - # The tokend with the lowest score shall be used - # Default: 50 + # The tokend with the highest score shall be used. + # Default: 300 # # score = 10; }