diff options
author | Werner Koch <[email protected]> | 2022-04-25 10:03:45 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2022-04-25 10:03:45 +0000 |
commit | ca5d5142c6d6eaba4572a086f8473e4aebdd3f9e (patch) | |
tree | 9545b869334817f900c0816574e2ca962d96eefb /doc/dirmngr.texi | |
parent | gpg: Emit an ERROR status as hint for a bad passphrase. (diff) | |
download | gnupg-ca5d5142c6d6eaba4572a086f8473e4aebdd3f9e.tar.gz gnupg-ca5d5142c6d6eaba4572a086f8473e4aebdd3f9e.zip |
Deprecate the --supervised options.
* agent/gpg-agent.c (main): Mark --supervised as deprecated.
* dirmngr/dirmngr.c (main): Ditto.
--
The supervised thing causes more trouble than it pretends to solve.
Diffstat (limited to 'doc/dirmngr.texi')
-rw-r--r-- | doc/dirmngr.texi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/dirmngr.texi b/doc/dirmngr.texi index bc6f0ba39..6c1c59b82 100644 --- a/doc/dirmngr.texi +++ b/doc/dirmngr.texi @@ -90,8 +90,7 @@ general best to use @code{gpgconf --launch dirmngr}. @opindex supervised Run in the foreground, sending logs to stderr, and listening on file descriptor 3, which must already be bound to a listening socket. This -is useful when running under systemd or other similar process -supervision schemes. This option is not supported on Windows. +option is deprecated and not supported on Windows. @item --list-crls @opindex list-crls |