diff -Nru resolvconf-1.78ubuntu2/debian/changelog resolvconf-1.78ubuntu3/debian/changelog --- resolvconf-1.78ubuntu2/debian/changelog 2016-02-29 01:46:35.000000000 -0600 +++ resolvconf-1.78ubuntu3/debian/changelog 2016-12-07 03:06:33.000000000 -0600 @@ -1,3 +1,11 @@ +resolvconf (1.78ubuntu3) xenial; urgency=medium + + * debian/resolvconf.service: resolvconf service must run before any of the + possible network configuration services (ifupdown, networkd, NetworkManager) + so use network-pre.target instead of service names. (LP: #1636912) + + -- Ryan Harper Wed, 07 Dec 2016 03:03:18 -0600 + resolvconf (1.78ubuntu2) xenial; urgency=medium [ Thomas Hood ] diff -Nru resolvconf-1.78ubuntu2/debian/resolvconf.service resolvconf-1.78ubuntu3/debian/resolvconf.service --- resolvconf-1.78ubuntu2/debian/resolvconf.service 2015-06-03 15:58:21.000000000 -0500 +++ resolvconf-1.78ubuntu3/debian/resolvconf.service 2016-12-08 03:17:23.000000000 -0600 @@ -2,7 +2,8 @@ Description=Nameserver information manager Documentation=man:resolvconf(8) DefaultDependencies=no -Before=networking.service +Before=network-pre.target +Wants=network-pre.target [Service] RemainAfterExit=yes