diff options
author | marcus <marcus@FreeBSD.org> | 2007-03-24 05:10:35 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2007-03-24 05:10:35 +0000 |
commit | f229c00a23033abcbb959d031061bcce9d52a66a (patch) | |
tree | 5a3dfa74ee285a01f68b58ec27204ef38b5a89aa /sysutils | |
parent | d00a3198ecfa40fac5fca334be90e761ed96c2af (diff) | |
download | FreeBSD-ports-f229c00a23033abcbb959d031061bcce9d52a66a.zip FreeBSD-ports-f229c00a23033abcbb959d031061bcce9d52a66a.tar.gz |
Correct a copy-paste problem when allocating the polkit UID, and use a unique
UID/GID.
Reported by: kris
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/policykit/pkg-install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/policykit/pkg-install b/sysutils/policykit/pkg-install index 7c7d4ba..38383f8 100644 --- a/sysutils/policykit/pkg-install +++ b/sysutils/policykit/pkg-install @@ -4,7 +4,7 @@ case $2 in POST-INSTALL) USER=polkit GROUP=${USER} - UID=559 + UID=562 GID=${UID} PW=/usr/sbin/pw |