* dbus-uuidgen is now in dbus.tools. Also, a quick hack to get

DBus clients working again: they expect dbus-launch in the 
  dbus.daemon prefix, where it no longer is.  Fortunately they
  also search in the path.  But a better fix is to move dbus-launch
  to dbus.daemon.

svn path=/nixos/trunk/; revision=10951
This commit is contained in:
Eelco Dolstra 2008-03-04 14:58:48 +00:00
parent 8b98c3b125
commit 65deea6610

View File

@ -33,7 +33,7 @@ in
} }
]; ];
extraPath = [dbus]; extraPath = [dbus.daemon dbus.tools];
job = " job = "
description \"D-Bus system message bus daemon\" description \"D-Bus system message bus daemon\"
@ -47,7 +47,7 @@ start script
chown messagebus ${homeDir} chown messagebus ${homeDir}
mkdir -m 0755 -p /var/lib/dbus mkdir -m 0755 -p /var/lib/dbus
${dbus}/bin/dbus-uuidgen --ensure ${dbus.tools}/bin/dbus-uuidgen --ensure
end script end script