Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 317190 Details for
Bug 424818
net-nntp/moviegrabber - a fully automated way of downloading movies from usenet
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Init.d script for moviegrabber
moviegrabber.init (text/plain), 459 bytes, created by
daktak
on 2012-07-05 01:56:02 UTC
(
hide
)
Description:
Init.d script for moviegrabber
Filename:
MIME Type:
Creator:
daktak
Created:
2012-07-05 01:56:02 UTC
Size:
459 bytes
patch
obsolete
>#!/sbin/runscript ># Copyright 1999-2011 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header$ > >depend() { > need net > use sabnzbd >} > >start() { > ebegin "Starting MovieGrabber" > start-stop-daemon --start --user "${MG_USER}:${MG_GROUP}" -d "${MG_PATH}" --exec python2 "${MG_PY}" -- ${MG_OPTS} > eend $? >} > >stop() { > ebegin "Stopping MovieGrabber" > start-stop-daemon --stop --retry 30 -i python2 --name ${MG_PY} > 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 424818
:
317188
| 317190 |
317192
|
317194