mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +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
|
@ -1059,15 +1059,11 @@ handle_signal (int signo)
|
|||
break;
|
||||
|
||||
case SIGUSR1:
|
||||
if (opt.verbose < 5)
|
||||
opt.verbose++;
|
||||
log_info ("SIGUSR1 received - verbosity set to %d\n", opt.verbose);
|
||||
log_info ("SIGUSR1 received - no action defined\n");
|
||||
break;
|
||||
|
||||
|
||||
case SIGUSR2:
|
||||
if (opt.verbose)
|
||||
opt.verbose--;
|
||||
log_info ("SIGUSR2 received - verbosity set to %d\n", opt.verbose );
|
||||
log_info ("SIGUSR2 received - checking smartcard status\n");
|
||||
break;
|
||||
|
||||
case SIGTERM:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue