aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2007-03-24 13:10:35 +0800
committermarcus <marcus@FreeBSD.org>2007-03-24 13:10:35 +0800
commitf229c00a23033abcbb959d031061bcce9d52a66a (patch)
tree5a3dfa74ee285a01f68b58ec27204ef38b5a89aa /sysutils
parentd00a3198ecfa40fac5fca334be90e761ed96c2af (diff)
downloadfreebsd-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-install2
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