public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-analyzer/zabbix/files/1.6.6/init.d: zabbix-agentd-r1
@ 2012-05-11 14:57 Peter Volkov (pva)
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Volkov (pva) @ 2012-05-11 14:57 UTC (permalink / raw
  To: gentoo-commits

pva         12/05/11 14:57:44

  Added:                zabbix-agentd-r1
  Log:
  Fix problem with agentd service startup in openvz/vserver environment: processes inside containers are visible from host, and this precludes start of agentd as start-stop-daemon conciders agentd running.
  
  (Portage version: 2.1.10.54/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  net-analyzer/zabbix/files/1.6.6/init.d/zabbix-agentd-r1

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/zabbix/files/1.6.6/init.d/zabbix-agentd-r1?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/zabbix/files/1.6.6/init.d/zabbix-agentd-r1?rev=1.1&content-type=text/plain

Index: zabbix-agentd-r1
===================================================================
#!/sbin/runscript
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/files/1.6.6/init.d/zabbix-agentd-r1,v 1.1 2012/05/11 14:57:44 pva Exp $

pid_file="/var/run/zabbix/zabbix_agentd.pid"

depend() {
	need net
	provide zabbix-agent
	use zabbix-server
}

start() {
	ebegin "Starting Zabbix agent"
	start-stop-daemon --start --pidfile ${pid_file} \
		--user zabbix --group zabbix --exec /usr/sbin/zabbix_agentd
	eend $?
}

stop() {
	ebegin "Stopping Zabbix agent"
	start-stop-daemon  --stop --pidfile ${pid_file}
	eend $?
}






^ permalink raw reply	[flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-analyzer/zabbix/files/1.6.6/init.d: zabbix-agentd-r1
@ 2012-05-18  5:31 Matthew Marlow (mattm)
  0 siblings, 0 replies; 2+ messages in thread
From: Matthew Marlow (mattm) @ 2012-05-18  5:31 UTC (permalink / raw
  To: gentoo-commits

mattm       12/05/18 05:31:09

  Removed:              zabbix-agentd-r1
  Log:
  Bump for 2.0rc5, minor cleanups referenced in changelog.
  
  (Portage version: 2.1.10.60/cvs/Linux x86_64)



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-05-18  5:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-11 14:57 [gentoo-commits] gentoo-x86 commit in net-analyzer/zabbix/files/1.6.6/init.d: zabbix-agentd-r1 Peter Volkov (pva)
  -- strict thread matches above, loose matches on Subject: below --
2012-05-18  5:31 Matthew Marlow (mattm)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox