Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 316289 Details for
Bug 411547
media-tv/mythtv-0.25 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
updated init script
mythbackend.init (text/plain), 1.48 KB, created by
Myk Taylor
on 2012-06-26 09:21:49 UTC
(
hide
)
Description:
updated init script
Filename:
MIME Type:
Creator:
Myk Taylor
Created:
2012-06-26 09:21:49 UTC
Size:
1.48 KB
patch
obsolete
>#!/sbin/runscript ># Copyright 1999-2012 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/files/mythbackend.init,v 1.2 2012/06/24 20:06:50 cardoe Exp $ > >description="MythTV backend recording daemon" >extra_commands="resched upnprebuild" >description_resched="Forces the recording scheduler to update" >description_upnprebuild="Rebuilds the UPnP media cache" > >depend() { > # mythbackend doesn't need to run on the same machine that > # mysql runs on. so its use for that reason > need net > use mysql LCDd >} > >start() { > [ -z "${MYTHBACKEND_VERBOSE}" ] && \ > MYTHBACKEND_VERBOSE="general" > > #fixes for bug #101308 > unset DISPLAY > unset SESSION_MANAGER > > # Work around any strange permissions that may be on these files. > chown -R mythtv:video /var/log/mythtv/ > chown -R mythtv:video /home/mythtv/ > > ebegin "Starting MythTV Backend" > start-stop-daemon --start --quiet \ > --exec /usr/bin/mythbackend \ > --pidfile /var/run/mythbackend.pid -- \ > --daemon --pidfile /var/run/mythbackend.pid \ > --verbose ${MYTHBACKEND_VERBOSE} \ > --logpath /var/log/mythtv/ \ > --user mythtv \ > ${MYTHBACKEND_OPTS} > eend $? >} > >stop() { > ebegin "Stopping MythTV Backend" > start-stop-daemon --stop --quiet --pidfile=/var/run/mythbackend.pid > eend $? >} > >resched() { > ebegin "Updating the recording scheduler" > /usr/bin/mythbackend --resched > eend $? >} > >upnprebuild() { > ebegin "Rebuilding UPnP media cache" > /usr/bin/mythbackend --upnprebuild > 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 411547
:
315955
|
315957
|
316003
| 316289 |
316293
|
316331
|
316347
|
316729