Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/greenbone-security-assistant/files: gsad.init
Date: Wed, 01 Oct 2014 11:13:56
Message-Id: 20141001111353.37DA76AA7@oystercatcher.gentoo.org
1 jlec 14/10/01 11:13:53
2
3 Modified: gsad.init
4 Log:
5 net-analyzer/greenbone-security-assistant: Fix service dependency
6
7 (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
8
9 Revision Changes Path
10 1.2 net-analyzer/greenbone-security-assistant/files/gsad.init
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/greenbone-security-assistant/files/gsad.init?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/greenbone-security-assistant/files/gsad.init?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/greenbone-security-assistant/files/gsad.init?r1=1.1&r2=1.2
15
16 Index: gsad.init
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/greenbone-security-assistant/files/gsad.init,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- gsad.init 1 Oct 2014 09:33:11 -0000 1.1
23 +++ gsad.init 1 Oct 2014 11:13:53 -0000 1.2
24 @@ -1,7 +1,7 @@
25 #!/sbin/runscript
26 # Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/greenbone-security-assistant/files/gsad.init,v 1.1 2014/10/01 09:33:11 jlec Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/greenbone-security-assistant/files/gsad.init,v 1.2 2014/10/01 11:13:53 jlec Exp $
30
31 name="Greenbone Security Assistant Daemon"
32 command="/usr/sbin/gsad"
33 @@ -10,5 +10,5 @@
34
35 depend() {
36 after bootmisc
37 - need localmount net
38 + need localmount net openvasmd
39 }