diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2011-11-07 15:46:30 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2011-11-07 15:46:30 +0000 |
commit | 90365bcb68352bf71c9f906b930b8f3a70381f97 (patch) | |
tree | f4792c0524882c60c5a2065d8c409415edef40c3 /net-p2p/rtorrent | |
parent | add missing runtime dep x11-libs/libXcomposite (vboxvideo_dri.so wants it) (diff) | |
download | gentoo-2-90365bcb68352bf71c9f906b930b8f3a70381f97.tar.gz gentoo-2-90365bcb68352bf71c9f906b930b8f3a70381f97.tar.bz2 gentoo-2-90365bcb68352bf71c9f906b930b8f3a70381f97.zip |
remove deprecated init option, bug 384541 (no revbump on purpose)
(Portage version: 2.1.10.11/cvs/Linux i686)
Diffstat (limited to 'net-p2p/rtorrent')
-rw-r--r-- | net-p2p/rtorrent/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/rtorrent/files/rtorrentd.init | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/net-p2p/rtorrent/ChangeLog b/net-p2p/rtorrent/ChangeLog index be1a7704b925..1de3ff197cd3 100644 --- a/net-p2p/rtorrent/ChangeLog +++ b/net-p2p/rtorrent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/rtorrent # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/ChangeLog,v 1.164 2011/09/18 10:51:21 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/ChangeLog,v 1.165 2011/11/07 15:46:30 darkside Exp $ + + 07 Nov 2011; Jeremy Olexa <darkside@gentoo.org> files/rtorrentd.init: + remove deprecated init option, bug 384541 (no revbump on purpose) 18 Sep 2011; Michał Górny <mgorny@gentoo.org> rtorrent-0.8.9.ebuild: Fix implicit $(use_enable debug). diff --git a/net-p2p/rtorrent/files/rtorrentd.init b/net-p2p/rtorrent/files/rtorrentd.init index e160b99f9c01..bd1fc0561009 100644 --- a/net-p2p/rtorrent/files/rtorrentd.init +++ b/net-p2p/rtorrent/files/rtorrentd.init @@ -1,7 +1,7 @@ #!/sbin/runscript # Copyright 1999-2011 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.7 2011/05/09 21:34:21 sochotnicky Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/files/rtorrentd.init,v 1.8 2011/11/07 15:46:30 darkside Exp $ depend() { use net ypbind nis @@ -19,7 +19,6 @@ start() { --pidfile /var/run/rtorrentd.pid \ --background \ --user $USER \ - --chuid $USER \ --env HOME="${PWHOME:-/home/$USER}" \ --name rtorrent \ --exec /usr/bin/screen -- -D -m -S rtorrentd /usr/bin/rtorrent |