Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Jan 2014 13:23:41 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r341991 - head
Message-ID:  <201401311323.s0VDNfrM019422@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: koobs
Date: Fri Jan 31 13:23:40 2014
New Revision: 341991
URL: http://svnweb.freebsd.org/changeset/ports/341991
QAT: https://qat.redports.org/buildarchive/r341991/

Log:
  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>

Modified:
  head/UIDs

Modified: head/UIDs
==============================================================================
--- head/UIDs	Fri Jan 31 12:49:14 2014	(r341990)
+++ head/UIDs	Fri Jan 31 13:23:40 2014	(r341991)
@@ -65,7 +65,7 @@ ircproxyd:*:118:118::0:0:Night Light IRC
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401311323.s0VDNfrM019422>