[Lunar-commits] r22383 - moonbase/trunk/devel/hal

Chad Kittel v3rt1g0 at lunar-linux.org
Fri Dec 1 18:04:38 CET 2006


Author: v3rt1g0
Date: 2006-12-01 18:04:38 +0100 (Fri, 01 Dec 2006)
New Revision: 22383

Modified:
   moonbase/trunk/devel/hal/BUILD
Log:
  sedit added: hal (0.5.8.1)

   * I was experiencing issues such that whenever I ejected or
     inserted a CD, the hald-addon-storage sub-process that
     was monitoring my cdrom drive died.  checking the HAL ML
     this fix I'm applying was the recommened solution.  Next
     version will include this fix (ubuntu applys the same 
     patch too)


Modified: moonbase/trunk/devel/hal/BUILD
===================================================================
--- moonbase/trunk/devel/hal/BUILD	2006-12-01 09:02:55 UTC (rev 22382)
+++ moonbase/trunk/devel/hal/BUILD	2006-12-01 17:04:38 UTC (rev 22383)
@@ -1,5 +1,9 @@
 (
 
+    # fixes an issue with incorrect usage of dbus in error conditions
+    # mainly affects hald-addon-storage when polling cd drives
+    sedit 's:(dbus_error_is_set (error):(error != NULL \&\& dbus_error_is_set (error):g' libhal/libhal.c  &&
+
     # these sedits fix some build time errors
     sedit 's:use_macbookpro:with_macbookpro:g' configure  &&
 



More information about the Lunar-commits mailing list