Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 203903 Details for
Bug 284737
media-tv/pytivo-wmcbrine: new ebuild for pyTivo
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
init.d scipt
pyTivo.initd.sh (text/plain), 541 bytes, created by
John Ratliff
on 2009-09-13 04:40:27 UTC
(
hide
)
Description:
init.d scipt
Filename:
MIME Type:
Creator:
John Ratliff
Created:
2009-09-13 04:40:27 UTC
Size:
541 bytes
patch
obsolete
>#!/sbin/runscript ># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >depend() { > need localmount net > after bootmisc >} > >start() { > ebegin "Starting pyTivo" > start-stop-daemon --start --exec /usr/bin/pytivo \ > --pidfile /var/run/pytivo.pid -m -N 19 -c pytivo:pytivo \ > -- > /dev/null 2>&1 & > eend $? >} > >stop() { > ebegin "Stopping pyTivo" > start-stop-daemon --stop --exec /usr/bin/pytivo \ > --pidfile /var/run/pytivo.pid > eend $? >} > >restart() { > stop > sleep 2 > start >} >
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 284737
:
203901
|
203903
|
204769
|
326480
|
326482