* 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:
parent
8b98c3b125
commit
65deea6610
@ -33,7 +33,7 @@ in
|
||||
}
|
||||
];
|
||||
|
||||
extraPath = [dbus];
|
||||
extraPath = [dbus.daemon dbus.tools];
|
||||
|
||||
job = "
|
||||
description \"D-Bus system message bus daemon\"
|
||||
@ -47,7 +47,7 @@ start script
|
||||
chown messagebus ${homeDir}
|
||||
|
||||
mkdir -m 0755 -p /var/lib/dbus
|
||||
${dbus}/bin/dbus-uuidgen --ensure
|
||||
${dbus.tools}/bin/dbus-uuidgen --ensure
|
||||
|
||||
end script
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user