Gentoo Archives: gentoo-commits

From: "Bernard Cafarelli (voyageur)" <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/freenet6/files: gw6c.rc
Date: Tue, 26 Feb 2008 19:40:47
Message-Id: E1JU5fQ-0003ir-QH@stork.gentoo.org
1 voyageur 08/02/26 19:40:44
2
3 Modified: gw6c.rc
4 Log:
5 Make initscript depend on bootmisc, as the daemon writes in /tmp.
6 Also version bump to 5.1, and fix quoting
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.2 net-misc/freenet6/files/gw6c.rc
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/freenet6/files/gw6c.rc?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/freenet6/files/gw6c.rc?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/freenet6/files/gw6c.rc?r1=1.1&r2=1.2
15
16 Index: gw6c.rc
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-misc/freenet6/files/gw6c.rc,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- gw6c.rc 16 Apr 2007 18:45:09 -0000 1.1
23 +++ gw6c.rc 26 Feb 2008 19:40:44 -0000 1.2
24 @@ -3,7 +3,8 @@
25 FREENET6_CLIENT="/usr/sbin/gw6c"
26
27 depend() {
28 - need net
29 + need net localmount
30 + after bootmisc
31 use dns logger
32 }
33
34
35
36
37 --
38 gentoo-commits@l.g.o mailing list