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/gpg-agent.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/gpg-agent.texi')
-rw-r--r-- | doc/gpg-agent.texi | 5 |
1 files changed, 2 insertions, 3 deletions
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 |