diff options
author | marcus <marcus@FreeBSD.org> | 2007-03-24 13:10:35 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2007-03-24 13:10:35 +0800 |
commit | f229c00a23033abcbb959d031061bcce9d52a66a (patch) | |
tree | 5a3dfa74ee285a01f68b58ec27204ef38b5a89aa /sysutils | |
parent | d00a3198ecfa40fac5fca334be90e761ed96c2af (diff) | |
download | freebsd-ports-gnome-f229c00a23033abcbb959d031061bcce9d52a66a.tar.gz freebsd-ports-gnome-f229c00a23033abcbb959d031061bcce9d52a66a.tar.zst freebsd-ports-gnome-f229c00a23033abcbb959d031061bcce9d52a66a.zip |
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 7c7d4baca2c9..38383f8285ee 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 |