UIDs: Use /bin/sh shell for Zabbix to fix UserParameters

Zabbix uses /bin/sh as a command line interpreter under UNIX operating systems
for commands run via the UserParameters feature [1]

Adjust the login shell for the zabbix user in UIDs to allow them to function.

[1] http://www.zabbix.com/documentation/2.2/manual/config/items/userparameters

PR:		ports/186298
Submitted by:	Felix Ehlers <felix-freebsd@fleximus.de>
This commit is contained in:
Kubilay Kocak 2014-01-31 13:23:40 +00:00
parent f13387dde2
commit 9283ec7f2a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=341991

2
UIDs
View file

@ -65,7 +65,7 @@ ircproxyd:*:118:118::0:0:Night Light IRC Proxy:/nonexistent:/usr/sbin/nologin
mythtv:*:119:119::0:0:MythTV pseudo-user:/nonexistent:/bin/sh
pdns_recursor:*:120:120::0:0:pdns_recursor pseudo-user:/nonexistent:/usr/sbin/nologin
otrs:*:121:121::0:0:OTRS Administrator:/usr/local/otrs:/bin/csh
zabbix:*:122:122::0:0:Zabbix NMS:/nonexistent:/usr/sbin/nologin
zabbix:*:122:122::0:0:Zabbix NMS:/nonexistent:/bin/sh
_ntp:*:123:123::0:0:NTP Daemon:/var/empty:/usr/sbin/nologin
fetchmail:*:124:124::0:0:Fetchmail mail-retrieval daemon:/nonexistent:/usr/sbin/nologin
postfix:*:125:125::0:0:Postfix Mail System:/var/spool/postfix:/usr/sbin/nologin