diff options
-rw-r--r-- | community/iwd/fix-resolvconf-path.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/community/iwd/fix-resolvconf-path.patch b/community/iwd/fix-resolvconf-path.patch deleted file mode 100644 index c84e4cb76a..0000000000 --- a/community/iwd/fix-resolvconf-path.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/src/resolve.c 2019-08-04 21:22:04.000000000 +0200 -+++ b/src/resolve.c 2019-08-20 16:34:10.694830083 +0200 -@@ -242,7 +242,7 @@ - .remove = resolve_systemd_remove, - }; - --#define RESOLVCONF_PATH "/sbin/resolvconf" -+#define RESOLVCONF_PATH "/usr/sbin/resolvconf" - - static void resolve_resolvconf_add_dns(uint32_t ifindex, uint8_t type, - char **dns_list, void *data) |