[mythtv-commits] mythtv commit: r7387 - in trunk/mythtv/libs by
cpinkham
mythtv at cvs.mythtv.org
mythtv at cvs.mythtv.org
Tue Oct 4 03:25:46 UTC 2005
Author: cpinkham
Date: 2005-10-04 03:25:46 +0000 (Tue, 04 Oct 2005)
New Revision: 7387
Changeset: http://cvs.mythtv.org/trac/changeset/7387
Modified:
trunk/mythtv/libs/libmyth/exitcodes.h
trunk/mythtv/libs/libmythtv/jobqueue.cpp
Log:
JobQueue and myth_system() related changes
* Add a MYTHSYSTEM__EXIT__CMD_NOT_FOUND entry to exitcodes.h
This is for detecting the '127' command not found error code from the
shell when a command passed to myth_system() is not found.
* Exit code checking in the JobQueue.
Fix the exit code checking for mythcommflag to check for
MYTHSYSTEM__EXIT__CMD_NOT_FOUND and add exit code checking for
mythtranscode and User Jobs to detect this error and act appropriately.
More information about the mythtv-commits
mailing list