Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-p2p/rtorrent/files: rtorrentd.init
Date: Tue, 28 Jul 2009 21:52:39
Message-Id: E1MVub3-0007Bn-Ik@stork.gentoo.org
1 robbat2 09/07/28 21:52:33
2
3 Modified: rtorrentd.init
4 Log:
5 Bug #262046: If used with a non-local NSS source, we need to start after those.
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.3 net-p2p/rtorrent/files/rtorrentd.init
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/rtorrent/files/rtorrentd.init?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/rtorrent/files/rtorrentd.init?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/rtorrent/files/rtorrentd.init?r1=1.2&r2=1.3
14
15 Index: rtorrentd.init
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/files/rtorrentd.init,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -p -w -b -B -u -u -r1.2 -r1.3
21 --- rtorrentd.init 20 May 2009 03:08:12 -0000 1.2
22 +++ rtorrentd.init 28 Jul 2009 21:52:33 -0000 1.3
23 @@ -1,10 +1,11 @@
24 #!/sbin/runscript
25 # Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/files/rtorrentd.init,v 1.2 2009/05/20 03:08:12 darkside Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/files/rtorrentd.init,v 1.3 2009/07/28 21:52:33 robbat2 Exp $
29
30 depend() {
31 - use net.*
32 + use net ypbind nis
33 + after slapd mysqld postgresql
34 }
35
36 start() {