public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-analyzer/openvas-administrator/files: openvasad
@ 2011-10-09 17:21 Hanno Boeck (hanno)
  0 siblings, 0 replies; 2+ messages in thread
From: Hanno Boeck (hanno) @ 2011-10-09 17:21 UTC (permalink / raw
  To: gentoo-commits

hanno       11/10/09 17:21:05

  Added:                openvasad
  Log:
  initial commit of openvas-administrator, part of openvas-4.
  
  (Portage version: 2.1.10.24/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  net-analyzer/openvas-administrator/files/openvasad

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/openvas-administrator/files/openvasad?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/openvas-administrator/files/openvasad?rev=1.1&content-type=text/plain

Index: openvasad
===================================================================
#!/sbin/runscript
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 

depend() {
	need net openvassd
}

start() {
	ebegin "Starting openvasad (OpenVAS administrator)"
	start-stop-daemon --start --name openvasad \
		--exec /usr/sbin/openvasad \
		--pidfile /var/run/openvasad.pid
	eend $?
}

stop() {
	ebegin "Stop openvasmd"
	start-stop-daemon --stop --name openvasad \
		--pidfile /var/run/openvasad.pid
	eend $?
}






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

* [gentoo-commits] gentoo-x86 commit in net-analyzer/openvas-administrator/files: openvasad
@ 2015-02-14 14:42 Justin Lecher (jlec)
  0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher (jlec) @ 2015-02-14 14:42 UTC (permalink / raw
  To: gentoo-commits

jlec        15/02/14 14:42:10

  Removed:              openvasad
  Log:
  Masked for removal since 3 month, dropping now


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

end of thread, other threads:[~2015-02-14 14:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-14 14:42 [gentoo-commits] gentoo-x86 commit in net-analyzer/openvas-administrator/files: openvasad Justin Lecher (jlec)
  -- strict thread matches above, loose matches on Subject: below --
2011-10-09 17:21 Hanno Boeck (hanno)

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