summaryrefslogtreecommitdiff
path: root/config.h.meson
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2022-04-12 11:59:56 +0200
committerThomas Haller <thaller@redhat.com>2022-04-15 09:04:30 +0200
commit5da17c689be5e66ea2f63dea6f1846625e652998 (patch)
treee1813b362c7188faf25e3cb0f79d7fb825942bdf /config.h.meson
parentbbbb1b733946ed9e16a9153bf6f541dbbc8d9ff9 (diff)
downloadNetworkManager-5da17c689be5e66ea2f63dea6f1846625e652998.tar.gz
dns/unbound: drop deprecated "unbound" DNS plugin
The "unbound" DNS plugin was very rudimentary and is deprecated since commit 4a2fe09853cd ('man: mark [main].dns=unbound as deprecated') (Jun 2021). It is part of dnssec-trigger tool, but the dnssec-trigger tool doesn't actually use it. Instead it installs a dispatcher script "/usr/lib/NetworkManager/dispatcher.d/01-dnssec-trigger". Especially, since the plugin requires "/usr/libexec/dnssec-trigger-script", which is provided by "dnssec-trigger" package on Fedora. At the same time, the package provides the dispatcher script. So I don't this works or anybody is using this. https://mail.gnome.org/archives/networkmanager-list/2022-April/msg00002.html
Diffstat (limited to 'config.h.meson')
-rw-r--r--config.h.meson3
1 files changed, 0 insertions, 3 deletions
diff --git a/config.h.meson b/config.h.meson
index 7d1feb53ad..7337165082 100644
--- a/config.h.meson
+++ b/config.h.meson
@@ -13,9 +13,6 @@
/* Define to path of dnsmasq binary */
#mesondefine DNSMASQ_PATH
-/* Define to path of unbound dnssec-trigger-script */
-#mesondefine DNSSEC_TRIGGER_PATH
-
/* Gettext package */
#mesondefine GETTEXT_PACKAGE