public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-analyzer/openvas-server/files: openvasd
@ 2008-02-08 13:08 Hanno Boeck (hanno)
  0 siblings, 0 replies; 2+ messages in thread
From: Hanno Boeck (hanno) @ 2008-02-08 13:08 UTC (permalink / raw
  To: gentoo-commits

hanno       08/02/08 13:08:18

  Added:                openvasd
  Log:
  initial openvas-server commit
  (Portage version: 2.1.4.1)

Revision  Changes    Path
1.1                  net-analyzer/openvas-server/files/openvasd

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

Index: openvasd
===================================================================
#!/sbin/runscript
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas-server/files/openvasd,v 1.1 2008/02/08 13:08:17 hanno Exp $

depend() {
	need net
}

start() {
	ebegin "Starting openvasd"
	start-stop-daemon --start --quiet --exec /usr/sbin/openvasd -- -D --quiet
	eend $? 
}

stop() {
	ebegin "Stop openvasd"
	start-stop-daemon --stop --quiet --exec /usr/sbin/openvasd
	einfo "Waiting for the environment to be sane"
	while [ -n "$RUNNING" ] ; do
		sleep 1
		RUNNING=$(ps aux | grep -m 1 openvasd: | grep -v grep)
	done
	sleep 3
	eend $?
}



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in net-analyzer/openvas-server/files: openvasd
@ 2013-08-31 15:19 Pacho Ramos (pacho)
  0 siblings, 0 replies; 2+ messages in thread
From: Pacho Ramos (pacho) @ 2013-08-31 15:19 UTC (permalink / raw
  To: gentoo-commits

pacho       13/08/31 15:19:41

  Removed:              openvasd
  Log:
  Remove masked package


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

end of thread, other threads:[~2013-08-31 15:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-31 15:19 [gentoo-commits] gentoo-x86 commit in net-analyzer/openvas-server/files: openvasd Pacho Ramos (pacho)
  -- strict thread matches above, loose matches on Subject: below --
2008-02-08 13:08 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