summaryrefslogtreecommitdiffstats
path: root/abs/core/mythdb-initial
diff options
context:
space:
mode:
authorMichael Hanson <hansonorders@verizon.net>2010-12-03 00:01:15 (GMT)
committerMichael Hanson <hansonorders@verizon.net>2010-12-03 00:01:15 (GMT)
commit43339472df2c287378c3cdfd131d07b1de3c3f1e (patch)
treef2a974f26b81406ee51878971743348a146babe7 /abs/core/mythdb-initial
parent8bcd3604981cb7f65cd1732bbee9160df7fa65db (diff)
parent066bcb38c4b416f0c380e9c8292a50f9103b72b6 (diff)
downloadlinhes_pkgbuild-43339472df2c287378c3cdfd131d07b1de3c3f1e.zip
linhes_pkgbuild-43339472df2c287378c3cdfd131d07b1de3c3f1e.tar.gz
linhes_pkgbuild-43339472df2c287378c3cdfd131d07b1de3c3f1e.tar.bz2
Merge branch 'testing' of knoppmyth.net:linhes_pkgbuild into testing
Diffstat (limited to 'abs/core/mythdb-initial')
-rwxr-xr-xabs/core/mythdb-initial/PKGBUILD10
-rw-r--r--abs/core/mythdb-initial/custom.sql6
2 files changed, 15 insertions, 1 deletions
diff --git a/abs/core/mythdb-initial/PKGBUILD b/abs/core/mythdb-initial/PKGBUILD
index a3a440f..fe7e671 100755
--- a/abs/core/mythdb-initial/PKGBUILD
+++ b/abs/core/mythdb-initial/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mythdb-initial
pkgver=2
-pkgrel=3
+pkgrel=5
pkgdesc="setup the initial mythtv database for linhes"
url=""
license=""
@@ -25,3 +25,11 @@ md5sums=('dee66a8d64b03f0f3f4adccd71a6bf1f'
'ad0e57ac5e7c3677808a670e16634bba'
'dd44c6b14247c9ad09b80f3a1fb6c339'
'd3108f4b98229ceec53aa8fb72639e9b')
+md5sums=('dee66a8d64b03f0f3f4adccd71a6bf1f'
+ 'ad0e57ac5e7c3677808a670e16634bba'
+ 'de41ab94636ad9430ea9e046dd14da6c'
+ 'd3108f4b98229ceec53aa8fb72639e9b')
+md5sums=('dee66a8d64b03f0f3f4adccd71a6bf1f'
+ 'ad0e57ac5e7c3677808a670e16634bba'
+ '8b0fc984d879b100ae047c157604080b'
+ 'd3108f4b98229ceec53aa8fb72639e9b')
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')
+