summaryrefslogtreecommitdiffstats
path: root/abs/core/mythdb-initial/custom.sql
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2010-12-02 17:58:57 (GMT)
committerJames Meyer <james.meyer@operamail.com>2010-12-02 17:58:57 (GMT)
commit1f1fba61439753f571b1a6d39086143804326d8a (patch)
treeb898e41c3a72267c5719fdd4baf331d13a2945b9 /abs/core/mythdb-initial/custom.sql
parent6961b0b64f83a8c6834137f7a9365a88ea4b2038 (diff)
downloadlinhes_pkgbuild-1f1fba61439753f571b1a6d39086143804326d8a.zip
linhes_pkgbuild-1f1fba61439753f571b1a6d39086143804326d8a.tar.gz
linhes_pkgbuild-1f1fba61439753f571b1a6d39086143804326d8a.tar.bz2
mythtdb-initial: set the hostname to type_name_here in the database
Diffstat (limited to 'abs/core/mythdb-initial/custom.sql')
-rw-r--r--abs/core/mythdb-initial/custom.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/abs/core/mythdb-initial/custom.sql b/abs/core/mythdb-initial/custom.sql
index 1033a9e..ccb40e4 100644
--- a/abs/core/mythdb-initial/custom.sql
+++ b/abs/core/mythdb-initial/custom.sql
@@ -1,3 +1,9 @@
+--
+DELETE FROM `settings` where `value`='HostMyhostname';
+--
+INSERT INTO `settings` (`value`,`data`,`hostname`) VALUES ('HostMyhostname','type_hostname_here','larch5');
+--
INSERT INTO `jumppoints` (`destination`, `description`,`keylist`,`hostname`) VALUES
('MythSmolt','Hardware profiler','Ctrl+Alt+p','larch5')
+