diff options
| author | Michael Biebl <biebl@debian.org> | 2024-02-22 17:22:29 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2024-02-22 17:22:29 +0100 |
| commit | b86300d5fb70a8c2424e07d9ed8a6a2c93083ffe (patch) | |
| tree | 1b6aad5816c8826090788d1675989196966f034e | |
| parent | 40c9cc13af1c5669e207ea510ef5b44d818be467 (diff) | |
Rebase patches
| -rw-r--r-- | debian/patches/Force-online-state-with-unmanaged-devices.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/debian/patches/Force-online-state-with-unmanaged-devices.patch b/debian/patches/Force-online-state-with-unmanaged-devices.patch index 0712fab8..a35a86d4 100644 --- a/debian/patches/Force-online-state-with-unmanaged-devices.patch +++ b/debian/patches/Force-online-state-with-unmanaged-devices.patch @@ -12,7 +12,7 @@ Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=512286 1 file changed, 115 insertions(+) diff --git a/src/core/nm-manager.c b/src/core/nm-manager.c -index 2cf9cb1..b639923 100644 +index 730ba47..b4bda49 100644 --- a/src/core/nm-manager.c +++ b/src/core/nm-manager.c @@ -53,6 +53,8 @@ @@ -73,7 +73,7 @@ index 2cf9cb1..b639923 100644 if (new_state >= NM_STATE_CONNECTED_LOCAL && priv->connectivity_state == NM_CONNECTIVITY_FULL) { new_state = NM_STATE_CONNECTED_GLOBAL; } -@@ -7673,6 +7703,62 @@ impl_manager_get_logging(NMDBusObject *obj, +@@ -7680,6 +7710,62 @@ impl_manager_get_logging(NMDBusObject *obj, g_variant_new("(ss)", nm_logging_level_to_string(), nm_logging_domains_to_string())); } @@ -136,7 +136,7 @@ index 2cf9cb1..b639923 100644 typedef struct { NMManager *self; GDBusMethodInvocation *context; -@@ -7965,6 +8051,9 @@ nm_manager_start(NMManager *self, GError **error) +@@ -7975,6 +8061,9 @@ nm_manager_start(NMManager *self, GError **error) nm_clear_g_source(&priv->devices_inited_id); priv->devices_inited_id = g_idle_add_full(G_PRIORITY_LOW + 10, devices_inited_cb, self, NULL); @@ -146,7 +146,7 @@ index 2cf9cb1..b639923 100644 return TRUE; } -@@ -8848,6 +8937,22 @@ nm_manager_init(NMManager *self) +@@ -8858,6 +8947,22 @@ nm_manager_init(NMManager *self) _LOGW(LOGD_CORE, "failed to monitor kernel firmware directory '%s'.", KERNEL_FIRMWARE_DIR); } @@ -169,7 +169,7 @@ index 2cf9cb1..b639923 100644 priv->metered = NM_METERED_UNKNOWN; priv->sleep_devices = g_hash_table_new(nm_direct_hash, NULL); } -@@ -9138,6 +9243,16 @@ dispose(GObject *object) +@@ -9148,6 +9253,16 @@ dispose(GObject *object) g_clear_object(&priv->fw_monitor); } |