[Lunar-commits] r22336 - moonbase/trunk/devel/dbus

Terry Chan tchan at lunar-linux.org
Tue Nov 28 04:13:07 CET 2006


Author: tchan
Date: 2006-11-28 04:13:07 +0100 (Tue, 28 Nov 2006)
New Revision: 22336

Modified:
   moonbase/trunk/devel/dbus/POST_INSTALL
Log:
Added a call to "dbus-uuidgen --ensure" as this critical step seems to be
missing from the new dbus-1.0.1 module in moonbase. That command generates
the /var/lib/dbus/machine-id file. The dbus docs claim this step should be
part of the init script for dbus, but I don't see it occuring...


Modified: moonbase/trunk/devel/dbus/POST_INSTALL
===================================================================
--- moonbase/trunk/devel/dbus/POST_INSTALL	2006-11-27 21:50:02 UTC (rev 22335)
+++ moonbase/trunk/devel/dbus/POST_INSTALL	2006-11-28 03:13:07 UTC (rev 22336)
@@ -1,3 +1,4 @@
+dbus-uuidgen --ensure &
 if ! module_installed gtk-sharp ; then
   message "${CYAN}You don't seem to have gtk-sharp installed"
   message "and there's nothing wrong about that."



More information about the Lunar-commits mailing list