[mythtv-users] mythtv-status stopped showing up in motd

Johnny jarpublic at gmail.com
Thu Nov 26 02:25:46 UTC 2009


> For everytime you login.  This should use the settings configured in
> /etc/default/mythtv-status
>
> FILE: /etc/update-motd.d/50-mythtv-status
> #!/bin/sh
>
> if [ -x /usr/bin/mythtv-status ] ; then
>       if [ -f /etc/default/mythtv-status ] ; then
>               . /etc/default/mythtv-status
>               /usr/bin/mythtv-status $ARGS -h $HOST
>       else
>               /usr/bin/mythtv-status
>       fi
> fi

Wow, thanks for all of the info. I went ahead and went with this fix
to run each time I log in. The time difference isn't even noticeable
to me, and it gives me the most accurate info. Thanks again for the
detailed info on a fix.


More information about the mythtv-users mailing list