diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2009-07-28 21:52:33 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2009-07-28 21:52:33 +0000 |
commit | 6872b437cabd8fb3f98f5d5f0940e04288db6080 (patch) | |
tree | af24852bc8334b3ee7dfeff74a4762669598fb65 /net-p2p/rtorrent/files/rtorrentd.init | |
parent | Bug #271723: Clean up old versions. (diff) | |
download | historical-6872b437cabd8fb3f98f5d5f0940e04288db6080.tar.gz historical-6872b437cabd8fb3f98f5d5f0940e04288db6080.tar.bz2 historical-6872b437cabd8fb3f98f5d5f0940e04288db6080.zip |
Bug #262046: If used with a non-local NSS source, we need to start after those.
Package-Manager: portage-2.2_rc33/cvs/Linux x86_64
Diffstat (limited to 'net-p2p/rtorrent/files/rtorrentd.init')
-rw-r--r-- | net-p2p/rtorrent/files/rtorrentd.init | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-p2p/rtorrent/files/rtorrentd.init b/net-p2p/rtorrent/files/rtorrentd.init index 8516c5417486..0d2a6291bd7f 100644 --- a/net-p2p/rtorrent/files/rtorrentd.init +++ b/net-p2p/rtorrent/files/rtorrentd.init @@ -1,10 +1,11 @@ #!/sbin/runscript # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/files/rtorrentd.init,v 1.2 2009/05/20 03:08:12 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/files/rtorrentd.init,v 1.3 2009/07/28 21:52:33 robbat2 Exp $ depend() { - use net.* + use net ypbind nis + after slapd mysqld postgresql } start() { |