Skip to content
This repository has been archived by the owner on Dec 4, 2020. It is now read-only.

Commit

Permalink
Fix a bug enabling mythtv due to missing tzinfo
Browse files Browse the repository at this point in the history
Thanks Dru!
  • Loading branch information
Kris Moore committed Sep 6, 2013
1 parent 5d99101 commit e4d9ea3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src-qt4/xtrafiles/local/share/pcbsd/scripts/mythtv.sh
Expand Up @@ -34,6 +34,9 @@ do_init()
echo "Creating mysql database / user..."
mysql --user=root $PASS < /usr/local/share/mythtv/database/mc.sql

# Enable the tzinfo
mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -uroot ${PASS} mysql

echo "Preparing to start mythtv setup..."
do_setup

Expand Down

0 comments on commit e4d9ea3

Please sign in to comment.