From 235d660ceea9930d8c46cb3a532b39f1b819cfa6 Mon Sep 17 00:00:00 2001 From: Bob Igo Date: Wed, 18 Feb 2009 17:37:18 -0500 Subject: Default theme is LinHES. --- abs/core-testing/mythtv/stable/mythdb-initial/mc.sql | 2 +- abs/core-testing/tweaker/bin/create-linhes-sql.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/abs/core-testing/mythtv/stable/mythdb-initial/mc.sql b/abs/core-testing/mythtv/stable/mythdb-initial/mc.sql index 58a5919..67b6726 100644 --- a/abs/core-testing/mythtv/stable/mythdb-initial/mc.sql +++ b/abs/core-testing/mythtv/stable/mythdb-initial/mc.sql @@ -2784,5 +2784,5 @@ INSERT INTO settings VALUES ('SecurityPin','0000','MythTVhost'); INSERT INTO settings VALUES ('BackendServerIP','127.0.0.1','MythTVhost'); INSERT INTO settings VALUES ('MasterServerIP','127.0.0.1','MythTVhost'); INSERT INTO settings VALUES ('MasterServerPort','6543','MythTVhost'); -INSERT INTO settings VALUES ('Theme', 'Iulius','MythTVhost'); +INSERT INTO settings VALUES ('Theme', 'LinHES','MythTVhost'); INSERT INTO storagegroup VALUES ('\N', 'Default','MythTVhost','/'); diff --git a/abs/core-testing/tweaker/bin/create-linhes-sql.sh b/abs/core-testing/tweaker/bin/create-linhes-sql.sh index c4a7848..1f3a379 100755 --- a/abs/core-testing/tweaker/bin/create-linhes-sql.sh +++ b/abs/core-testing/tweaker/bin/create-linhes-sql.sh @@ -130,7 +130,7 @@ echo "INSERT INTO settings VALUES ('SecurityPin','0000','MythTVhost');" >> $LINH echo "INSERT INTO settings VALUES ('BackendServerIP','127.0.0.1','MythTVhost');" >> $LINHES_SQL_PROTOTYPE echo "INSERT INTO settings VALUES ('MasterServerIP','127.0.0.1','MythTVhost');" >> $LINHES_SQL_PROTOTYPE echo "INSERT INTO settings VALUES ('MasterServerPort','6543','MythTVhost');" >> $LINHES_SQL_PROTOTYPE -echo "INSERT INTO settings VALUES ('Theme', 'Iulius','MythTVhost');" >> $LINHES_SQL_PROTOTYPE +echo "INSERT INTO settings VALUES ('Theme', 'LinHES','MythTVhost');" >> $LINHES_SQL_PROTOTYPE echo "INSERT INTO storagegroup VALUES ('\N', 'Default','MythTVhost','/');" >> $LINHES_SQL_PROTOTYPE rm $TMPFILE -- cgit v0.12