about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJeremy Bicha <jbicha@ubuntu.com>2018-02-08 18:25:09 -0500
committerJeremy Bicha <jbicha@ubuntu.com>2018-02-08 18:25:09 -0500
commit6face63f98d663edb1b58f65d91c04b8a318112d (patch)
treef8c5c5862f635488885f397326f686f644ca99e3
parentd417478c2a585091ce8331e38c9ea1734fa84fa6 (diff)
Drop fix-resolved-detection.patch: Applied
-rw-r--r--debian/changelog2
-rw-r--r--debian/patches/fix-resolved-detection.patch22
-rw-r--r--debian/patches/series1
3 files changed, 1 insertions, 24 deletions
diff --git a/debian/changelog b/debian/changelog
index 1ea27323..fcc04269 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -36,10 +36,10 @@ network-manager (1.10.4-1ubuntu1) UNRELEASED; urgency=medium
       + libnm-Check-self-still-NMManager-or-not.patch
       + dns-manager-don-t-merge-split-DNS-search-domains.patch
       + Read-system-connections-from-run.patch
-      + fix-resolved-detection.patch
   * Dropped patches applied in new release:
     - connectivity-allow-override.patch
     - nm1.10-connectivity-check-api.patch
+    - fix-resolved-detection.patch
   * Other dropped changes:
     - debian/control, debian/rules:
       + Disable team support since it's in universe (LP: #1392012)
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 <xnox@ubuntu.com>
-
---- 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",
diff --git a/debian/patches/series b/debian/patches/series
index 6d4ee745..08302ead 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -10,4 +10,3 @@ Disable-general-with-expect.patch
 libnm-Check-self-still-NMManager-or-not.patch
 #dns-manager-don-t-merge-split-DNS-search-domains.patch
 Read-system-connections-from-run.patch
-fix-resolved-detection.patch