Browse Source

Stefan Fiedler:


			
			
				rocklinux
			
			
		
Stefan Fiedler 16 years ago
parent
commit
ce4cb05b22
3 changed files with 6 additions and 3 deletions
  1. +1
    -1
      Documentation/Developers/REGISTER
  2. +3
    -0
      package/base/policykit/policykit.conf
  3. +2
    -2
      package/base/policykit/postsysfiles.in

+ 1
- 1
Documentation/Developers/REGISTER

@ -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

+ 3
- 0
package/base/policykit/policykit.conf

@ -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"

+ 2
- 2
package/base/policykit/postsysfiles.in

@ -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 "*"

Loading…
Cancel
Save