@ -79,7 +79,7 @@ Reserved User and Group IDs:
postfix 44
- policykit users: - policykit groups:
polkit 45 polkit 45
polkituser 45 polkituser 45
- hal/dbus/plugdev users / groups:
messagebus 50 messagebus 50
@ -1,5 +1,8 @@
autogen=1
# This is the default for 0.9.
var_append extraconfopt " " "--with-polkit-user=polkituser --with-polkit-group=polkituser"
if ! pkginstalled libxslt || ! pkginstalled docbook-xsl ; then
# both are needed to build man pages
var_append extraconfopt " " "--disable-man-pages"
@ -1,2 +1,2 @@
safe_groupadd polkit 45
safe_useradd polkit 45 45 "PolicyKit User" / /bin/false "*"
safe_groupadd polkituser 45
safe_useradd polkituser 45 45 "PolicyKit User" / /bin/false "*"