Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 251845 Details for
Bug 342517
net-p2p/rtorrent init script fails when openrc is installed (start-stop-daemon: /usr/bin/screen died)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
rtorrent init script
rtorrentd.init (text/plain), 709 bytes, created by
jeremy
on 2010-10-24 19:26:35 UTC
(
hide
)
Description:
rtorrent init script
Filename:
MIME Type:
Creator:
jeremy
Created:
2010-10-24 19:26:35 UTC
Size:
709 bytes
patch
obsolete
>#!/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.5 2010/03/18 20:30:24 spatz Exp $ > >depend() { > use net ypbind nis > after slapd mysqld postgresql >} > >start() { > PWHOME="$(getent passwd $USER | awk -F: '{ print $6 }')" > > ebegin "Starting rtorrent" > env TERM="xterm" \ > start-stop-daemon \ > --start \ > --user $USER \ > --env HOME="${PWHOME:-/home/$USER}" \ > --name rtorrent \ > --exec /usr/bin/screen -- -dmS rtorrentd /usr/bin/rtorrent > eend $? >} > >stop() { > ebegin "Stopping rtorrent" > start-stop-daemon --stop --signal 2 --name rtorrent > eend $? >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 342517
:
251841
|
251843
| 251845 |
252669