2007-03-08 Alvaro Lopez Ortega <[email protected]> gnome-2-16
authoralo
Thu, 08 Mar 2007 16:27:13 +0000
branchgnome-2-16
changeset 19027 3fa0f4ed87b4
parent 19026 85d09ed71e47
child 19028 4c1f41784484
2007-03-08 Alvaro Lopez Ortega <[email protected]> * ext-sources/svc-dbus: Added a call to dbus-uuidgen in order to ensure that /var/lib/dbus/machine is generated. Patch backported from 2.18; fixed #6531364
ChangeLog
ext-sources/svc-dbus
--- a/ChangeLog	Tue Mar 06 16:17:45 2007 +0000
+++ b/ChangeLog	Thu Mar 08 16:27:13 2007 +0000
@@ -1,3 +1,9 @@
+2007-03-08  Alvaro Lopez Ortega  <[email protected]>
+
+	* ext-sources/svc-dbus: Added a call to dbus-uuidgen in order to
+	ensure that /var/lib/dbus/machine is generated. Patch backported
+	from 2.18; fixed #6531364
+
 2007-03-06  Ghee Teo <[email protected]>
 
 	* evince-03-always-generate-ps.diff: fixed 6524137. This patch
--- a/ext-sources/svc-dbus	Tue Mar 06 16:17:45 2007 +0000
+++ b/ext-sources/svc-dbus	Thu Mar 08 16:27:13 2007 +0000
@@ -54,6 +54,8 @@
 		echo "dbus failed to start: error $err"
 		exit $SMF_EXIT_ERR_FATAL
 	fi
+
+     /usr/bin/dbus-uuidgen --ensure
 	;;
 *)
         echo "Usage: $0 { start }"