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

hanno       11/10/09 17:29:41

  Added:                gsad
  Log:
  Initial commit of greenbone-security-assistant, part of openvas 4.
  
  (Portage version: 2.1.10.24/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  net-analyzer/greenbone-security-assistant/files/gsad

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/greenbone-security-assistant/files/gsad?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/greenbone-security-assistant/files/gsad?rev=1.1&content-type=text/plain

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

depend() {
	need net
}

start() {
	ebegin "Starting Greenbone Security Assistant Daemon"
	start-stop-daemon --start --name gsad \
		--exec /usr/sbin/gsad \
		--pidfile /var/run/gsad.pid
	eend $?
}

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






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

* [gentoo-commits] gentoo-x86 commit in net-analyzer/greenbone-security-assistant/files: gsad
@ 2012-03-27 11:51 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; 2+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2012-03-27 11:51 UTC (permalink / raw
  To: gentoo-commits

scarabeus    12/03/27 11:51:13

  Modified:             gsad
  Log:
  Do not build with werror. Use cmake-utils eclass properly. Fix header line in the initscript. Bug found in Sabayon.
  
  (Portage version: 2.2.0_alpha95/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  net-analyzer/greenbone-security-assistant/files/gsad

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/greenbone-security-assistant/files/gsad?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/greenbone-security-assistant/files/gsad?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/greenbone-security-assistant/files/gsad?r1=1.1&r2=1.2

Index: gsad
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/greenbone-security-assistant/files/gsad,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gsad	9 Oct 2011 17:29:41 -0000	1.1
+++ gsad	27 Mar 2012 11:51:13 -0000	1.2
@@ -1,7 +1,7 @@
 #!/sbin/runscript
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/greenbone-security-assistant/files/gsad,v 1.2 2012/03/27 11:51:13 scarabeus Exp $ 
 
 depend() {
 	need net






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

end of thread, other threads:[~2012-03-27 11:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-27 11:51 [gentoo-commits] gentoo-x86 commit in net-analyzer/greenbone-security-assistant/files: gsad Tomas Chvatal (scarabeus)
  -- strict thread matches above, loose matches on Subject: below --
2011-10-09 17:29 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