Package: resolvconf Version: 1.84 Severity: normal Tags: patch User: pkg-systemd-maintain...@lists.alioth.debian.org Usertags: resolvectl
Hi, systemd-resolve has been replaced by the resolvectl tool in systemd v239 (i.e. is available since buster). This is from the systemd release notes: * The systemd-resolve tool has been renamed to resolvectl (it also remains available under the old name, for compatibility), and its interface is now verb-based, similar in style to the other <xyz>ctl tools, such as systemctl or loginctl. systemd-resolve is nowadays merely a symlink pointing at resolvectl and we'd like to get rid of this compat symlink at some point. Your packages uses the old name like this: $ grep -E "systemd-resolve\b" -R etc/resolvconf/resolv.conf.d/head:# run "systemd-resolve --status" to see details about the actual nameservers. Attached is a patch which uses resolvectl instead. Please review and consider applying it in your next upload. It would be great if you can make this upload before the bullseye release, so we can safely drop the symlink in bullseye+1. Regards, Michael -- System Information: Debian Release: bullseye/sid APT prefers unstable APT policy: (500, 'unstable'), (200, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 5.10.0-1-amd64 (SMP w/4 CPU threads) Kernel taint flags: TAINT_FIRMWARE_WORKAROUND Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), LANGUAGE not set Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages resolvconf depends on: ii debconf [debconf-2.0] 1.5.74 ii lsb-base 11.1.0 resolvconf recommends no packages. resolvconf suggests no packages.
diff --git a/etc/resolvconf/resolv.conf.d/head b/etc/resolvconf/resolv.conf.d/head index c3e5bad..13994ff 100644 --- a/etc/resolvconf/resolv.conf.d/head +++ b/etc/resolvconf/resolv.conf.d/head @@ -1,5 +1,5 @@ # Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8) # DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN # 127.0.0.53 is the systemd-resolved stub resolver. -# run "systemd-resolve --status" to see details about the actual nameservers. +# run "resolvectl status" to see details about the actual nameservers.