[Lunar-commits] CVS: moonbase/video/mythtv POST_INSTALL, NONE,
1.1 mythfilldatabasecron, NONE, 1.1
Veerappan
watryac04 at lunar-linux.org
Tue Mar 16 05:05:14 GMT 2004
Update of /var/cvs/lunar/moonbase/video/mythtv
In directory dbguin.lunar-linux.org:/tmp/cvs-serv11414
Added Files:
POST_INSTALL mythfilldatabasecron
Log Message:
Almost forgot these... bad Veer.
--- NEW FILE: POST_INSTALL ---
cat << EOF
Please run /usr/share/mythtv/setup to configure MythTV. The
database has been installed for you, but you may want to muck around
with the permissions a bit.
After running /usr/share/mythtv/setup, you'll have to run
mythfilldatabase to fill the database with program listings for all the
video sources you defined in the setup program.
mythfilldatabase should theoretically be run daily, something most
easily done from a cronjob.
Add the following to your personal crontab to accomplish this
(crontab -e) to fill the database at 2:00am daily:
00 02 * * * /bin/bash /usr/bin/mythfilldatabasecron
EOF
--- NEW FILE: mythfilldatabasecron ---
#!/bin/bash
export QTDIR=/opt/lunar/qt/3
/usr/bin/mythfilldatabase
More information about the Lunar-commits
mailing list