X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage4%2Fpkg%2Fdbus;h=1da1f868f9dc2c1d3051ccd68055ae9a8c71daed;hb=463c89f257530f15edd6a4b418e89cb474e7cabb;hp=f576ac76ca9df017d0a3cd5a8a2b25591c3da7f8;hpb=0315072ae3bd307eee71718e1a59f923edcbdaca;p=hvlinux.git diff --git a/stage4/pkg/dbus b/stage4/pkg/dbus index f576ac7..1da1f86 100644 --- a/stage4/pkg/dbus +++ b/stage4/pkg/dbus @@ -2,12 +2,11 @@ hvconfig_pre() { - hv_groupadd -g 18 messagebus - hv_useradd -c D-BUS-Message-Daemon-User -d /dev/null \ - -u 18 -g messagebus -s /bin/false messagebus + groupadd --system -f messagebus + hv_useradd --system -c D-BUS-Message-Daemon-User -d /dev/null \ + -g messagebus -s /bin/false messagebus - CONFIGURE_OPTS="\ - ${CONFIGURE_OPTS} \ + CONFIGURE_OPTS+=" \ --libexecdir=/usr/lib/dbus-1.0 \ --localstatedir=/var" } @@ -20,8 +19,6 @@ hvbuild_post() # script-name start stop bootscript_add_rc3 dbus 92 20 - # Starting the session daemon here has the added bonus that it will exit - # when you log out of your GNOME session. If you wish to start the daemon - #here, use the following command instead of the one shown above: - ##echo "exec dbus-launch --exit-with-session gnome-session" >> ~/.xinitrc + # Without this, VLC was giving an error. + dbus-uuidgen > /var/lib/dbus/machine-id }