Gentoo Archives: gentoo-commits

From: "Luca Longinotti (chtekk)" <chtekk@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/smokeping/files: smokeping.init
Date: Mon, 21 Apr 2008 09:41:01
Message-Id: E1JnsW1-0005ee-1X@stork.gentoo.org
1 chtekk 08/04/21 09:40:49
2
3 Modified: smokeping.init
4 Log:
5 Add smokeping 2.3.5, fixes bug #203945.
6 (Portage version: 2.1.5_rc5)
7
8 Revision Changes Path
9 1.3 net-analyzer/smokeping/files/smokeping.init
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/smokeping/files/smokeping.init?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/smokeping/files/smokeping.init?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/smokeping/files/smokeping.init?r1=1.2&r2=1.3
14
15 Index: smokeping.init
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/smokeping/files/smokeping.init,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- smokeping.init 18 Sep 2007 21:17:14 -0000 1.2
22 +++ smokeping.init 21 Apr 2008 09:40:48 -0000 1.3
23 @@ -1,12 +1,12 @@
24 #!/sbin/runscript
25 -# Copyright 1999-2006 Gentoo Foundation
26 +# Copyright 1999-2008 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28
29 -opts="start stop dump restore"
30 +opts="${opts} dump restore"
31
32 depend() {
33 - use dns
34 need net
35 + use dns
36 }
37
38 checkconfig() {
39
40
41
42 --
43 gentoo-commits@l.g.o mailing list