diff options
author | Werner Koch <[email protected]> | 2006-09-07 15:13:33 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2006-09-07 15:13:33 +0000 |
commit | 6374763c985a36c25d3cea9a8a83b51f42708160 (patch) | |
tree | 901f4d3762afff15b6adc1dc9f8c21b8b16be617 /doc/scdaemon.texi | |
parent | Added missing file (diff) | |
download | gnupg-6374763c985a36c25d3cea9a8a83b51f42708160.tar.gz gnupg-6374763c985a36c25d3cea9a8a83b51f42708160.zip |
Let scdaemon call a script on status changes
Diffstat (limited to 'doc/scdaemon.texi')
-rw-r--r-- | doc/scdaemon.texi | 46 |
1 files changed, 45 insertions, 1 deletions
diff --git a/doc/scdaemon.texi b/doc/scdaemon.texi index f50752076..91b056aeb 100644 --- a/doc/scdaemon.texi +++ b/doc/scdaemon.texi @@ -48,6 +48,7 @@ options. * Scdaemon Commands:: List of all commands. * Scdaemon Options:: List of all options. * Card applications:: Description of card applications. +* Scdaemon Configuration:: Configuration files. * Scdaemon Examples:: Some usage examples. * Scdaemon Protocol:: The protocol the daemon uses. @end menu @@ -320,6 +321,41 @@ This is common fraqmework for smart card applications. It is used by @command{gpgsm}. +@c ******************************************* +@c *************** **************** +@c *************** FILES **************** +@c *************** **************** +@c ******************************************* +@mansect files +@node Scdaemon Configuration +@section Configuration files + +There are a few configuration files to control certain aspects of +@command{scdaemons}'s operation. Unless noted, they are expected in the +current home directory (@pxref{option --homedir}). + +@table @file + +@item scdaemon.conf +@cindex scdaemon.conf +This is the standard configuration file read by @command{scdaemon} on +startup. It may contain any valid long option; the leading two dashes +may not be entered and the option may not be abbreviated. This default +name may be changed on the command line (@pxref{option --options}). + +@item scd-event +@cindex scd-event +If this file is present and executable, it will be called on veyer card +reader's status changed. An example of this script is provided with the +distribution + +@item reader_@var{n}.status +This file is created by @command{sdaemon} to let other applications now +about reader status changes. Its use is now deprecated in favor of +@file{scd-event}. + +@end table + @c @c Examples @@ -339,7 +375,7 @@ $ scdaemon --server -v @c @c Assuan Protocol @c -@mansect assuan +@manpause @node Scdaemon Protocol @section Scdaemon's Assuan Protocol @@ -621,3 +657,11 @@ Using the option @code{--more} handles the card status word MORE_DATA +@mansect see also +@ifset isman +@command{gpg-agent}(1), +@command{gpgsm}(1), +@command{gpg2}(1) +@end ifset +@include see-also-note.texi + |