diff -Nru open-iscsi-2.0.873/debian/changelog open-iscsi-2.0.873/debian/changelog --- open-iscsi-2.0.873/debian/changelog 2015-06-11 10:03:21.000000000 +0000 +++ open-iscsi-2.0.873/debian/changelog 2015-10-06 05:06:46.000000000 +0000 @@ -1,3 +1,11 @@ +open-iscsi (2.0.873-3ubuntu13) wily; urgency=medium + + * debian/net-interface-handler: Create the resolvconf dir, to avoid failure + when resolvconf did not start yet; the udev rules run in parallel with + it. (LP: #1501033) + + -- Martin Pitt Tue, 06 Oct 2015 07:05:48 +0200 + open-iscsi (2.0.873-3ubuntu12) wily; urgency=medium * Drop debian/ifup@.service.conf again, it ceased to work with net.agent in diff -Nru open-iscsi-2.0.873/debian/net-interface-handler open-iscsi-2.0.873/debian/net-interface-handler --- open-iscsi-2.0.873/debian/net-interface-handler 2015-03-27 09:15:25.000000000 +0000 +++ open-iscsi-2.0.873/debian/net-interface-handler 2015-10-06 05:04:49.000000000 +0000 @@ -31,9 +31,13 @@ for ns in "$IPV4DNS0" "$IPV4DNS1"; do [ -n "$ns" -a "$ns" != "0.0.0.0" ] && R="$R${CR}nameserver $ns" done - [ -z "${R}" ] || resolvconf -a $iface.iscsi-network <