diff options
author | Werner Koch <[email protected]> | 2016-08-29 09:45:47 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2016-08-29 09:51:00 +0000 |
commit | 2aa0701013f703ad93e17da3345c493c08aa04ee (patch) | |
tree | 42e9b6da0d5cc00e5d3c2a9ec6c34a8f4d5659de /doc/scdaemon.texi | |
parent | gpg: Make decryption of -R work w/o --try-secret-key or --default-key. (diff) | |
download | gnupg-2aa0701013f703ad93e17da3345c493c08aa04ee.tar.gz gnupg-2aa0701013f703ad93e17da3345c493c08aa04ee.zip |
common: Add a default socket name feature.
* common/logging.c (log_set_socket_dir_cb): New.
(socket_dir_cb): New.
(set_file_fd): Allow "socket://".
(fun_writer): Implement default socket name.
* common/init.c (_init_common_subsystems): Register default socket.
--
This change allows the use of
log-file socket://
in any configuration file.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'doc/scdaemon.texi')
-rw-r--r-- | doc/scdaemon.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/scdaemon.texi b/doc/scdaemon.texi index c1458147f..85a80f0c3 100644 --- a/doc/scdaemon.texi +++ b/doc/scdaemon.texi @@ -239,7 +239,8 @@ debugging. @item --log-file @var{file} @opindex log-file Append all logging output to @var{file}. This is very helpful in -seeing what the agent actually does. +seeing what the agent actually does. Use @file{socket://} to log to +socket. @item --pcsc-driver @var{library} |