- 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>
This commit is contained in:
parent
d092f8788f
commit
afc7d44315
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=194085
5 changed files with 5 additions and 4 deletions
1
UIDs
1
UIDs
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue