From: Lennart Poettering Date: Wed, 30 Jun 2021 16:45:32 +0000 (+0200) Subject: Revert "Add systemd-resolve backwards compatibility section to resolvectl docs" X-Git-Tag: v249~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fc20b9b5983699775fee736e6af26a51dec817fa;p=thirdparty%2Fsystemd.git Revert "Add systemd-resolve backwards compatibility section to resolvectl docs" This reverts commit 9fcfc0470df856c870dcfc6df78bfbc714da6bd2. --- diff --git a/man/resolvectl.xml b/man/resolvectl.xml index 674d8fd108c..3ef2e519022 100644 --- a/man/resolvectl.xml +++ b/man/resolvectl.xml @@ -19,7 +19,6 @@ resolvectl resolvconf - systemd-resolve Resolve domain names, IPV4 and IPv6 addresses, DNS resource records, and services; introspect and reconfigure the DNS resolver @@ -473,18 +472,6 @@ for details on those command line options. - - Backwards compatibility with <command>systemd-resolve</command> - - resolvectl is a multi-call binary, which previously was named systemd-resolve - and used slightly different parameters. When it is invoked as systemd-resolve - (generally achieved by means of a symbolic link of this name to the resolvectl binary), - it runs in compatibility mode. For details on the specific parameters and calling syntax, see the output from - systemd-resolve --help. Calling the binary as systemd-resolve is - deprecated and should only be done for backwards compatibility. All current and new use should call the binary - as resolvectl. - - Examples diff --git a/man/rules/meson.build b/man/rules/meson.build index a62d568861b..0f6519106a4 100644 --- a/man/rules/meson.build +++ b/man/rules/meson.build @@ -67,7 +67,7 @@ manpages = [ ['portablectl', '1', [], 'ENABLE_PORTABLED'], ['pstore.conf', '5', ['pstore.conf.d'], 'ENABLE_PSTORE'], ['repart.d', '5', [], 'ENABLE_REPART'], - ['resolvectl', '1', ['resolvconf', 'systemd-resolve'], 'ENABLE_RESOLVE'], + ['resolvectl', '1', ['resolvconf'], 'ENABLE_RESOLVE'], ['resolved.conf', '5', ['resolved.conf.d'], 'ENABLE_RESOLVE'], ['runlevel', '8', [], 'HAVE_SYSV_COMPAT'], ['sd-bus-errors',