hal/hald hald_dbus.c,1.11,1.12

David Zeuthen david at freedesktop.org
Sun Sep 19 06:47:54 PDT 2004


Update of /cvs/hal/hal/hald
In directory gabe:/tmp/cvs-serv27334/hald

Modified Files:
	hald_dbus.c 
Log Message:
2004-09-19  David Zeuthen  <david at fubar.dk>

	* hald/hald_dbus.c: Include dbus-glib-lowlevel.h instead of dbus-glib.h
	(filter_function): Remove some debug output

	* configure.in: Check for selinux_removable_context_path in 
	libselinux

	* tools/fstab-sync.c:
	(get_removable_context):
	(fs_table_add_volume):
	(add_udi):
	(remove_udi):
	(clean): 
	Patch from Dan Walsh <dwalsh at redhat.com> to add fscontext to
	/etc/fstab for SELinux. Also removes patch that restored context
	for /etc/fstab since this is not needed.



Index: hald_dbus.c
===================================================================
RCS file: /cvs/hal/hal/hald/hald_dbus.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- hald_dbus.c	17 Sep 2004 17:05:48 -0000	1.11
+++ hald_dbus.c	19 Sep 2004 13:47:52 -0000	1.12
@@ -32,7 +32,7 @@
 #include <string.h>
 
 #include <dbus/dbus.h>
-#include <dbus/dbus-glib.h>
+#include <dbus/dbus-glib-lowlevel.h>
 
 #include "hald.h"
 #include "hald_dbus.h"
@@ -2105,12 +2105,12 @@
 filter_function (DBusConnection * connection,
 		 DBusMessage * message, void *user_data)
 {
-
+/*
     HAL_INFO (("obj_path=%s interface=%s method=%s", 
-    dbus_message_get_path(message), 
-    dbus_message_get_interface(message),
-    dbus_message_get_member(message)));
-
+	       dbus_message_get_path(message), 
+	       dbus_message_get_interface(message),
+	       dbus_message_get_member(message)));
+*/
 
 	if (dbus_message_is_signal (message,
 				    DBUS_INTERFACE_ORG_FREEDESKTOP_LOCAL,




More information about the hal-commit mailing list