[Pkg-utopia-commits] r854 - in packages/unstable/networkmanager/debian: . patches

Michael Biebl mbiebl-guest at costa.debian.org
Wed Jun 14 01:04:16 UTC 2006


Author: mbiebl-guest
Date: 2006-06-14 01:04:14 +0000 (Wed, 14 Jun 2006)
New Revision: 854

Modified:
   packages/unstable/networkmanager/debian/changelog
   packages/unstable/networkmanager/debian/patches/02-dbus_access_network_manager.patch
Log:
hal must be able to send events about hotplugged devices to NM. Added user hal to /etc/dbus-1/system.d/NetworkManager.conf. Should 


Modified: packages/unstable/networkmanager/debian/changelog
===================================================================
--- packages/unstable/networkmanager/debian/changelog	2006-06-08 22:32:03 UTC (rev 853)
+++ packages/unstable/networkmanager/debian/changelog	2006-06-14 01:04:14 UTC (rev 854)
@@ -1,3 +1,11 @@
+network-manager (0.6.3-2) unstable; urgency=low
+
+  * Updated 02-dbus_access_network_manager.patch to allow the hal daemon
+    (running as user "hal") to send events about hotplugged devices to the
+    NetworkManager daemon. (Closes: 355785)
+
+ -- Michael Biebl <biebl at teco.edu>  Wed, 14 Jun 2006 02:53:13 +0200
+
 network-manager (0.6.3-1) unstable; urgency=low
 
   * New upstream release.

Modified: packages/unstable/networkmanager/debian/patches/02-dbus_access_network_manager.patch
===================================================================
--- packages/unstable/networkmanager/debian/patches/02-dbus_access_network_manager.patch	2006-06-08 22:32:03 UTC (rev 853)
+++ packages/unstable/networkmanager/debian/patches/02-dbus_access_network_manager.patch	2006-06-14 01:04:14 UTC (rev 854)
@@ -1,10 +1,14 @@
---- src/NetworkManager.conf.orig	2006-02-07 04:24:38.000000000 +0100
-+++ src/NetworkManager.conf	2006-02-07 04:25:00.000000000 +0100
-@@ -8,7 +8,7 @@
+--- src/NetworkManager.conf.orig	2006-06-14 02:47:10.000000000 +0200
++++ src/NetworkManager.conf	2006-06-14 02:48:31.000000000 +0200
+@@ -8,7 +8,11 @@
                  <allow send_destination="org.freedesktop.NetworkManager"/>
                  <allow send_interface="org.freedesktop.NetworkManager"/>
          </policy>
 -        <policy at_console="true">
++        <policy user="hal">
++                <allow send_destination="org.freedesktop.NetworkManager"/>
++                <allow send_interface="org.freedesktop.NetworkManager"/>
++        </policy>
 +        <policy group="netdev">
                  <allow send_destination="org.freedesktop.NetworkManager"/>
                  <allow send_interface="org.freedesktop.NetworkManager"/>




More information about the Pkg-utopia-commits mailing list