From 6face63f98d663edb1b58f65d91c04b8a318112d Mon Sep 17 00:00:00 2001 From: Jeremy Bicha Date: Thu, 8 Feb 2018 18:25:09 -0500 Subject: Drop fix-resolved-detection.patch: Applied --- debian/patches/fix-resolved-detection.patch | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 debian/patches/fix-resolved-detection.patch (limited to 'debian/patches/fix-resolved-detection.patch') diff --git a/debian/patches/fix-resolved-detection.patch b/debian/patches/fix-resolved-detection.patch deleted file mode 100644 index 81f1101c..00000000 --- a/debian/patches/fix-resolved-detection.patch +++ /dev/null @@ -1,22 +0,0 @@ -Description: Fix resolved detection, add stub-resolv.conf support - Fix resolved detection, the symlink target is usually relative to the - root, such that in chroots the file points to a file inside the - chroot. But keep absolute targets too, as these may have been in use - with older version of systemd. Add support for stub-resolv.conf - detection. -Author: Dimitri John Ledkov - ---- network-manager-1.8.2.orig/src/dns/nm-dns-manager.c -+++ network-manager-1.8.2/src/dns/nm-dns-manager.c -@@ -1645,6 +1645,11 @@ static gboolean - _resolvconf_resolved_managed (void) - { - static const char *const RESOLVED_PATHS[] = { -+ "../run/systemd/resolve/stub-resolv.conf", -+ "../run/systemd/resolve/resolv.conf", -+ "../lib/systemd/resolv.conf", -+ "../usr/lib/systemd/resolv.conf", -+ "/run/systemd/resolve/stub-resolv.conf", - "/run/systemd/resolve/resolv.conf", - "/lib/systemd/resolv.conf", - "/usr/lib/systemd/resolv.conf", -- cgit 1.3.0-6-gf8a5