[mythtv-commits] Ticket #1929: Mythshutdown shuts down system even though Mythcommflag is still running
MythTV
mythtv at cvs.mythtv.org
Thu Jun 8 05:19:24 UTC 2006
#1929: Mythshutdown shuts down system even though Mythcommflag is still running
------------------------------+---------------------------------------------
Reporter: kmp589 at gmail.com | Owner: ijr
Type: defect | Status: new
Priority: minor | Milestone:
Component: mythtv | Version: 0.19
Severity: medium | Resolution:
------------------------------+---------------------------------------------
Comment (by anonymous):
This is normal - to get the behaviour you want you will need to change
from using "mythshutdown -c" to "mythshutdown -s", though you will have to
add an additional test so that it returns 0 or 1. I.e. something like "[
`mythshutdown -s` -eq 0 ]; then 0; else 1;", though this is untested so
please check before you change your settings.
--
Ticket URL: <http://svn.mythtv.org/trac/ticket/1929>
MythTV <http://www.mythtv.org/>
MythTV
More information about the mythtv-commits
mailing list