mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
* 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.
This commit is contained in:
parent
78f797d11d
commit
3d58329f67
4 changed files with 45 additions and 20 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue