about summary refs log tree commit diff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
-rw-r--r--debian/patches/05-force-online-with-unmanaged-devices.patch2
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index ba9d424a..ed7aa4fc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,8 @@ network-manager (0.9.7.997-1) UNRELEASED; urgency=low
     libnl-3-dev.
   * Mark binary packages as linux-any.
   * No longer install nm-crash-logger, has been removed upstream.
+  * 05-force-online-with-unmanaged-devices.patch: Set correct online state on
+    daemon startup.
 
  -- Michael Biebl <biebl@debian.org>  Sun, 03 Feb 2013 14:49:46 +0100
 
diff --git a/debian/patches/05-force-online-with-unmanaged-devices.patch b/debian/patches/05-force-online-with-unmanaged-devices.patch
index dbb3d5dd..76742c3b 100644
--- a/debian/patches/05-force-online-with-unmanaged-devices.patch
+++ b/debian/patches/05-force-online-with-unmanaged-devices.patch
@@ -147,7 +147,7 @@ Index: network-manager/src/nm-manager.c
 +		nm_log_warn (LOGD_CORE, "failed to monitor ifupdown state file '%s'.",
 +		             IFUPDOWN_STATE_FILE);
 +	}
-+	priv->ifstate_force_online = FALSE;
++	check_ifstate_file (manager);
 +
  	load_device_factories (manager);