diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2007-11-23 13:21:15 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2007-11-23 13:21:15 +0000 |
commit | 37661a1bbfde3adc2eafd584d406e39a09982b85 (patch) | |
tree | de0d20944b7fcf742c9a67eae02d488245805931 /package | |
parent | 7138b4b13ac658025f1f7199fa43676d36e46f68 (diff) | |
download | buildroot-novena-37661a1bbfde3adc2eafd584d406e39a09982b85.tar.gz buildroot-novena-37661a1bbfde3adc2eafd584d406e39a09982b85.zip |
Generate uuid at startup if needed
Diffstat (limited to 'package')
-rwxr-xr-x | package/dbus/S97messagebus | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/dbus/S97messagebus b/package/dbus/S97messagebus index bddb3b9dd..3b1044bff 100755 --- a/package/dbus/S97messagebus +++ b/package/dbus/S97messagebus @@ -22,6 +22,7 @@ RETVAL=0 start() { echo -n "Starting system message bus: " + dbus-uuidgen --ensure dbus-daemon --system RETVAL=$? echo "done" |