X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage4%2Fpkg%2Fdbus;h=1da1f868f9dc2c1d3051ccd68055ae9a8c71daed;hb=463c89f257530f15edd6a4b418e89cb474e7cabb;hp=823ca80193f27a8796200caf1eb9f910b5693a5f;hpb=6e6c8e1c912bcb5c6db50b75e649da543b83132b;p=hvlinux.git diff --git a/stage4/pkg/dbus b/stage4/pkg/dbus index 823ca80..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" }