aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/zabbix2-agent
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2007-06-22 15:10:34 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2007-06-22 15:10:34 +0000
commitafc7d443154eed518497323b402fe38e4d533d3f (patch)
treef7ad73f5ad536fbe9b03b7eb737d021c830d218c /net-mgmt/zabbix2-agent
parentd092f8788fa5672da1f5882dd33c3d8d8564c9ba (diff)
- 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>
Notes
Notes: svn path=/head/; revision=194085
Diffstat (limited to 'net-mgmt/zabbix2-agent')
-rw-r--r--net-mgmt/zabbix2-agent/pkg-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/zabbix2-agent/pkg-install b/net-mgmt/zabbix2-agent/pkg-install
index bd120120918d..f0b59f76cc4a 100644
--- a/net-mgmt/zabbix2-agent/pkg-install
+++ b/net-mgmt/zabbix2-agent/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