This can happen if any of the warning conditions are meet.
+mythtv-status (0.8.0-2) unstable; urgency=low
+
+ * Stop run-parts in the cron.daily script from complaining if mythtv-status
+ returns an exit code of 1 (which is common).
+
+ -- Andrew Ruthven <andrew@etc.gen.nz> Thu, 19 Jun 2008 11:09:04 +1200
+
mythtv-status (0.8.0-1) unstable; urgency=low
* New upstream release.
fi
/usr/bin/mythtv-status --host $HOST --email $EMAIL $EMAIL_ARGS
+
+# Keep run-parts happy by always return a return code of 0.
+exit 0