diff options
author | Werner Koch <wk@gnupg.org> | 2022-04-25 12:03:45 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2022-04-25 12:03:45 +0200 |
commit | ca5d5142c6d6eaba4572a086f8473e4aebdd3f9e (patch) | |
tree | 9545b869334817f900c0816574e2ca962d96eefb /doc | |
parent | gpg: Emit an ERROR status as hint for a bad passphrase. (diff) | |
download | gnupg2-ca5d5142c6d6eaba4572a086f8473e4aebdd3f9e.tar.xz gnupg2-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')
-rw-r--r-- | doc/dirmngr.texi | 3 | ||||
-rw-r--r-- | doc/gpg-agent.texi | 5 |
2 files changed, 3 insertions, 5 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 diff --git a/doc/gpg-agent.texi b/doc/gpg-agent.texi index 6a3f0bf19..98d024265 100644 --- a/doc/gpg-agent.texi +++ b/doc/gpg-agent.texi @@ -171,9 +171,8 @@ shell, gpg-agent terminates within a few seconds. @opindex supervised Run in the foreground, sending logs by default to stderr, and listening on provided file descriptors, which must already be bound to -listening sockets. This command is useful when running under systemd -or other similar process supervision schemes. This option is not -supported on Windows. +listening sockets. This option is deprecated and not supported on +Windows. In --supervised mode, different file descriptors can be provided for use as different socket types (e.g. ssh, extra) as long as they are |