diff options
author | sat <sat@FreeBSD.org> | 2007-06-22 15:10:34 +0000 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-06-22 15:10:34 +0000 |
commit | d2b58c527ad7558ae305007d868743816be3c199 (patch) | |
tree | 87d12c69e77b713036cc2024cea4209b33170f75 /net-mgmt/zabbix | |
parent | 7b80f91ac6abc0d8edcd8fea0cf14820060d781e (diff) | |
download | FreeBSD-ports-d2b58c527ad7558ae305007d868743816be3c199.zip FreeBSD-ports-d2b58c527ad7558ae305007d868743816be3c199.tar.gz |
- Move zabbix from UID 112 to 122 to avoid conflict with dcc
- Squatter UID 122 in UIDs
PR: ports/113935
Submitted by: Drew Baxter <droobie@maine.rr.com>
Diffstat (limited to 'net-mgmt/zabbix')
-rw-r--r-- | net-mgmt/zabbix/pkg-install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/zabbix/pkg-install b/net-mgmt/zabbix/pkg-install index bd12012..f0b59f7 100644 --- a/net-mgmt/zabbix/pkg-install +++ b/net-mgmt/zabbix/pkg-install @@ -10,7 +10,7 @@ PATH=/bin:/usr/sbin USER=zabbix GROUP=${USER} -UID=112 +UID=122 GID=${UID} if pw group show "${GROUP}" 2>/dev/null; then |