diff options
author | Milan P. Stanić <mps@arvanta.net> | 2019-10-08 16:39:18 +0200 |
---|---|---|
committer | Milan P. Stanić <mps@arvanta.net> | 2019-10-08 16:40:31 +0200 |
commit | 6c33528babc5b70a1494ffebb969dcea1e1808cb (patch) | |
tree | 8def26c16b51233eb77de7ef2353f97e193fd34c /community/iwd | |
parent | 0dbee496278e0616ccfcfa0b3db5ae95930c9877 (diff) | |
download | aports-6c33528babc5b70a1494ffebb969dcea1e1808cb.tar.bz2 aports-6c33528babc5b70a1494ffebb969dcea1e1808cb.tar.xz |
community/iwd: remove stale file from dir
remove fix-resolvconf-path.patch, forgotten in previous commit
Diffstat (limited to 'community/iwd')
-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) |