[maemo-commits] [maemo-commits] r15369 - projects/haf/trunk/dbus/debian

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Wed Apr 9 09:51:20 EEST 2008
Author: kihamala
Date: 2008-04-09 09:51:19 +0300 (Wed, 09 Apr 2008)
New Revision: 15369

Modified:
   projects/haf/trunk/dbus/debian/changelog
   projects/haf/trunk/dbus/debian/dbus.init
Log:
use waitdbus before starting HAL


Modified: projects/haf/trunk/dbus/debian/changelog
===================================================================
--- projects/haf/trunk/dbus/debian/changelog	2008-04-09 06:37:20 UTC (rev 15368)
+++ projects/haf/trunk/dbus/debian/changelog	2008-04-09 06:51:19 UTC (rev 15369)
@@ -1,3 +1,9 @@
+dbus (1.0.2-0osso14~unreleased) experimental; urgency=low
+
+  * Use waitdbus before starting HAL. Fixes: NB#83820
+
+ -- Kimmo Hämäläinen <kimmo.hamalainen at nokia.com>  Wed,  9 Apr 2008 09:46:37 +0300
+
 dbus (1.0.2-0osso13) experimental; urgency=low
 
   * Fixed build dependency libexpat-dev -> libexpat1-dev. Fixes: NB#80418

Modified: projects/haf/trunk/dbus/debian/dbus.init
===================================================================
--- projects/haf/trunk/dbus/debian/dbus.init	2008-04-09 06:37:20 UTC (rev 15368)
+++ projects/haf/trunk/dbus/debian/dbus.init	2008-04-09 06:51:19 UTC (rev 15369)
@@ -63,6 +63,10 @@
   echo "$NAME."
  fi
  if [ -d $EVENTDIR ]; then
+     if [ -x /usr/sbin/waitdbus ]; then
+         # wait for system bus before starting HAL
+         /usr/sbin/waitdbus system
+     fi
      run-parts --arg=start $EVENTDIR
  fi
 }


More information about the maemo-commits mailing list