public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-analyzer/zabbix/files/1.4.3/init.d: zabbix-agentd zabbix-server
@ 2007-12-12 17:21 Wolfram Schlich (wschlich)
  0 siblings, 0 replies; 2+ messages in thread
From: Wolfram Schlich (wschlich) @ 2007-12-12 17:21 UTC (permalink / raw
  To: gentoo-commits

wschlich    07/12/12 17:21:28

  Added:                zabbix-agentd zabbix-server
  Log:
  version bump
  (Portage version: 2.1.4_rc9)

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

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

Index: zabbix-agentd
===================================================================
#!/sbin/runscript
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/files/1.4.3/init.d/zabbix-agentd,v 1.1 2007/12/12 17:21:27 wschlich Exp $

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

start() {
	ebegin "Starting Zabbix agent"
	start-stop-daemon --start -c zabbix:zabbix --exec /usr/sbin/zabbix_agentd
	eend $?
}

stop() {
	ebegin "Stopping Zabbix agent"
	start-stop-daemon  --stop -u zabbix --pidfile /var/run/zabbix/zabbix_agentd.pid
	eend $?
}



1.1                  net-analyzer/zabbix/files/1.4.3/init.d/zabbix-server

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/zabbix/files/1.4.3/init.d/zabbix-server?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/zabbix/files/1.4.3/init.d/zabbix-server?rev=1.1&content-type=text/plain

Index: zabbix-server
===================================================================
#!/sbin/runscript
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/files/1.4.3/init.d/zabbix-server,v 1.1 2007/12/12 17:21:27 wschlich Exp $

depend() {
	need net
	use mysql postgresql
}

start() {
	ebegin "Starting Zabbix server"
	start-stop-daemon --start -c zabbix:zabbix --exec /usr/sbin/zabbix_server
	eend $?
}

stop() {
	ebegin "Stopping Zabbix server"
	start-stop-daemon --stop -u zabbix --pidfile /var/run/zabbix/zabbix_server.pid
	eend $?
}



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in net-analyzer/zabbix/files/1.4.3/init.d: zabbix-agentd zabbix-server
@ 2008-07-23 15:47 Wolfram Schlich (wschlich)
  0 siblings, 0 replies; 2+ messages in thread
From: Wolfram Schlich (wschlich) @ 2008-07-23 15:47 UTC (permalink / raw
  To: gentoo-commits

wschlich    08/07/23 15:47:35

  Removed:              zabbix-agentd zabbix-server
  Log:
  version bump, removed old versions
  (Portage version: 2.1.5.6)



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

end of thread, other threads:[~2008-07-23 15:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-12 17:21 [gentoo-commits] gentoo-x86 commit in net-analyzer/zabbix/files/1.4.3/init.d: zabbix-agentd zabbix-server Wolfram Schlich (wschlich)
  -- strict thread matches above, loose matches on Subject: below --
2008-07-23 15:47 Wolfram Schlich (wschlich)

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