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 | 49c901c6bff7b7936de5a11dc4872a484789accf (patch) | |
tree | ea0aab3acafb33c42b1a381180046cea389fa0de /net-p2p/rtorrent/files | |
parent | add missing runtime dep x11-libs/libXcomposite (vboxvideo_dri.so wants it) (diff) | |
download | historical-49c901c6bff7b7936de5a11dc4872a484789accf.tar.gz historical-49c901c6bff7b7936de5a11dc4872a484789accf.tar.bz2 historical-49c901c6bff7b7936de5a11dc4872a484789accf.zip |
remove deprecated init option, bug 384541 (no revbump on purpose)
Package-Manager: portage-2.1.10.11/cvs/Linux i686
Diffstat (limited to 'net-p2p/rtorrent/files')
-rw-r--r-- | net-p2p/rtorrent/files/rtorrentd.init | 3 |
1 files changed, 1 insertions, 2 deletions
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 |