diff options
author | Werner Koch <[email protected]> | 2004-04-21 14:43:51 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2004-04-21 14:43:51 +0000 |
commit | 3d58329f67ba10a21ec0b2c9c8ede6e275a3607d (patch) | |
tree | 2401fc14354bf9351d13db5f451f59afd2debd3e /doc | |
parent | * command.c (scd_update_reader_status_file): Write status files. (diff) | |
download | gnupg-3d58329f67ba10a21ec0b2c9c8ede6e275a3607d.tar.gz gnupg-3d58329f67ba10a21ec0b2c9c8ede6e275a3607d.zip |
* call-scd.c (start_scd): Send event-signal option. Always check
that the scdaemon is still running.
* gpg-agent.c (handle_signal): Do not use SIGUSR{1,2} anymore for
changing the verbosity.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gpg-agent.texi | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/doc/gpg-agent.texi b/doc/gpg-agent.texi index 92975fd11..e199109a4 100644 --- a/doc/gpg-agent.texi +++ b/doc/gpg-agent.texi @@ -312,15 +312,6 @@ implementation, which calls the scdaemon only once, it is not of much use. -@item SIGUSR1 -@cpindex SIGUSR1 -This signal increases the verbosity of the logging by one up to a value -of 5. - -@item SIGUSR2 -@cpindex SIGUSR2 -This signal decreases the verbosity of the logging by one. - @item SIGTERM @cpindex SIGTERM Shuts down the process but waits until all current requests are @@ -331,6 +322,13 @@ are still pending, a shutdown is forced. @cpindex SIGINT Shuts down the process immediately. + +@item SIGUSR1 +@itemx SIGUSR2 +@cpindex SIGUSR1 +@cpindex SIGUSR2 +These signals are used for internal purposes. + @end table @c |