diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-06-22 15:10:34 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-06-22 15:10:34 +0000 |
commit | afc7d443154eed518497323b402fe38e4d533d3f (patch) | |
tree | f7ad73f5ad536fbe9b03b7eb737d021c830d218c | |
parent | - Rename portname SABnzbd -> sabnzbd (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>
Diffstat (limited to '')
-rw-r--r-- | UIDs | 1 | ||||
-rw-r--r-- | net-mgmt/zabbix-agent/pkg-install | 2 | ||||
-rw-r--r-- | net-mgmt/zabbix/pkg-install | 2 | ||||
-rw-r--r-- | net-mgmt/zabbix2-agent/pkg-install | 2 | ||||
-rw-r--r-- | net-mgmt/zabbix2/pkg-install | 2 |
5 files changed, 5 insertions, 4 deletions
@@ -62,6 +62,7 @@ ircproxyd:*:118:118:Night Light IRC Proxy:/nonexistent:/sbin/nologin mythtv:*:119:119:MythTV pseudo-user:/home/mythtv:/bin/sh pdns_recursor:*:120:120:pdns_recursor pseudo-user:/nonexistent:/sbin/nologin otrs:*:121:121:OTRS Administrator:/usr/local/otrs:/bin/csh +zabbix:*:122:122:Zabbix NMS:/nonexistent:/sbin/nologin _ntp:*:123:123:NTP Daemon:/var/empty:/sbin/nologin fetchmail:*:124:124:Fetchmail mail-retrieval daemon:/nonexistent:/sbin/nologin postfix:*:125:125:Postfix Mail System:/var/spool/postfix:/sbin/nologin diff --git a/net-mgmt/zabbix-agent/pkg-install b/net-mgmt/zabbix-agent/pkg-install index bd120120918d..f0b59f76cc4a 100644 --- a/net-mgmt/zabbix-agent/pkg-install +++ b/net-mgmt/zabbix-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 diff --git a/net-mgmt/zabbix/pkg-install b/net-mgmt/zabbix/pkg-install index bd120120918d..f0b59f76cc4a 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 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 diff --git a/net-mgmt/zabbix2/pkg-install b/net-mgmt/zabbix2/pkg-install index bd120120918d..f0b59f76cc4a 100644 --- a/net-mgmt/zabbix2/pkg-install +++ b/net-mgmt/zabbix2/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 |