iwd: use resolvconf instead of systemd-resolvd by default
This commit is contained in:
parent
3c1727cf31
commit
34d00472f9
2 changed files with 23 additions and 1 deletions
22
srcpkgs/iwd/patches/resolvconf-default.patch
Normal file
22
srcpkgs/iwd/patches/resolvconf-default.patch
Normal 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{
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'iwd'
|
# Template file for 'iwd'
|
||||||
pkgname=iwd
|
pkgname=iwd
|
||||||
version=1.9
|
version=1.9
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-systemd-service --enable-pie
|
configure_args="--disable-systemd-service --enable-pie
|
||||||
--enable-external-ell --enable-dbus-policy --enable-wired"
|
--enable-external-ell --enable-dbus-policy --enable-wired"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue