[Pkg-utopia-commits] r341 - packages/experimental/dbus/debian

Sjoerd Simons sjoerd at costa.debian.org
Fri Oct 28 13:33:33 UTC 2005


Author: sjoerd
Date: 2005-10-28 13:33:32 +0000 (Fri, 28 Oct 2005)
New Revision: 341

Modified:
   packages/experimental/dbus/debian/dbus.init
Log:
Wait some time to give dbus some time to reload it's config file

Modified: packages/experimental/dbus/debian/dbus.init
===================================================================
--- packages/experimental/dbus/debian/dbus.init	2005-10-28 13:29:15 UTC (rev 340)
+++ packages/experimental/dbus/debian/dbus.init	2005-10-28 13:33:32 UTC (rev 341)
@@ -73,6 +73,8 @@
   log_begin_msg "Reloading $DESC config"
   dbus-send --system --type=method_call --dest=org.freedesktop.DBus \
      / org.freedesktop.DBus.ReloadConfig
+  # hopefully this is enough time for dbus to reload it's config file.
+  sleep 1
   log_end_msg $?
 }
 




More information about the Pkg-utopia-commits mailing list