iwd: use resolvconf instead of systemd-resolvd by default

This commit is contained in:
John 2020-10-27 20:30:44 +01:00 committed by John Zimmermann
parent 3c1727cf31
commit 34d00472f9
2 changed files with 23 additions and 1 deletions

View file

@ -0,0 +1,22 @@
--- src/resolve.c 2020-09-05 09:43:41.000000000 +0200
+++ - 2020-10-27 20:27:39.193991880 +0100
@@ -554,7 +554,7 @@
l_warn("[General].dns_resolve_method is deprecated, "
"use [Network].NameResolvingService");
else /* Default to systemd-resolved service. */
- method_name = "systemd";
+ method_name = "resolvconf";
}
for (i = 0; resolve_method_ops_list[i].name; i++) {
--- src/iwd.config.5 2020-09-05 09:47:11.000000000 +0200
+++ - 2020-11-01 22:37:16.517573954 +0100
@@ -198,7 +198,7 @@
\fBEnableNetworkConfiguration\fP and provides the choice of system
resolver integration.
.sp
-If not specified, \fBsystemd\fP is used as default.
+If not specified, \fBresolvconf\fP is used as default.
T}
_
T{

View file

@ -1,7 +1,7 @@
# Template file for 'iwd'
pkgname=iwd
version=1.9
revision=2
revision=3
build_style=gnu-configure
configure_args="--disable-systemd-service --enable-pie
--enable-external-ell --enable-dbus-policy --enable-wired"