summaryrefslogtreecommitdiffstats
path: root/abs/core/mythdb-initial
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2017-12-05 20:15:48 (GMT)
committerBritney Fransen <brfransen@gmail.com>2017-12-05 20:15:48 (GMT)
commitf4d89a6eac076b398cc018b8d1b214450bdcc397 (patch)
tree7fbebd93f4b7de3d717bf3aceaeec55bd1b8b642 /abs/core/mythdb-initial
parent9b616bb5a8b525edbf840be22a1deaef74b04f03 (diff)
downloadlinhes_pkgbuild-f4d89a6eac076b398cc018b8d1b214450bdcc397.zip
linhes_pkgbuild-f4d89a6eac076b398cc018b8d1b214450bdcc397.tar.gz
linhes_pkgbuild-f4d89a6eac076b398cc018b8d1b214450bdcc397.tar.bz2
mythdb-initial: another change for myth 29 network changes
Diffstat (limited to 'abs/core/mythdb-initial')
-rwxr-xr-xabs/core/mythdb-initial/PKGBUILD4
-rw-r--r--abs/core/mythdb-initial/custom.sql4
2 files changed, 5 insertions, 3 deletions
diff --git a/abs/core/mythdb-initial/PKGBUILD b/abs/core/mythdb-initial/PKGBUILD
index f17a98f..6d014bc 100755
--- a/abs/core/mythdb-initial/PKGBUILD
+++ b/abs/core/mythdb-initial/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mythdb-initial
pkgver=8.5
-pkgrel=3
+pkgrel=4
pkgdesc="setup the initial mythtv database for linhes"
url=""
license=()
@@ -22,4 +22,4 @@ package() {
md5sums=('fb6be5fd1f77fd4211e9727061e2dca5'
'ad0e57ac5e7c3677808a670e16634bba'
- 'e4f890e4569547737e534bbdb17aef7b')
+ '9246104782d867342c63510d3c77f573')
diff --git a/abs/core/mythdb-initial/custom.sql b/abs/core/mythdb-initial/custom.sql
index 094273f..a666a2f 100644
--- a/abs/core/mythdb-initial/custom.sql
+++ b/abs/core/mythdb-initial/custom.sql
@@ -33,6 +33,7 @@ INSERT INTO `settings` (`value`, `data`, `hostname`) VALUES
-- Clear out old values because mysql is mysql
DELETE from settings where value in
('WOLbackendReconnectWaitTime',
+ 'MasterServerName',
'StorageScheduler',
'AutoStartFrontend',
'AllowQuitShutdown',
@@ -47,7 +48,8 @@ DELETE from settings where value in
'LircSocket');
INSERT INTO `settings` (`value`, `data`, `hostname`) VALUES
- ('WOLbackendReconnectWaitTime','5',NULL)
+ ('WOLbackendReconnectWaitTime','5',NULL),
+ ('MasterServerName','apheleia',NULL),
('StorageScheduler','Combination',NULL);
INSERT INTO `settings` (`value`, `data`, `hostname`) VALUES