summaryrefslogtreecommitdiffstats
path: root/abs/core/mythdb-initial
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-11-08 14:26:09 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-11-08 14:26:09 (GMT)
commitb9dbc7dc206b595e44a67f93892d55b6638b8da4 (patch)
tree60e6cbbe40acfd0e49114236a0bd9716058344a1 /abs/core/mythdb-initial
parent8c854f27d31425891fd3cb58eeb91ac704a2c16c (diff)
downloadlinhes_pkgbuild-b9dbc7dc206b595e44a67f93892d55b6638b8da4.zip
linhes_pkgbuild-b9dbc7dc206b595e44a67f93892d55b6638b8da4.tar.gz
linhes_pkgbuild-b9dbc7dc206b595e44a67f93892d55b6638b8da4.tar.bz2
mythdb-initial: fixed stupid typo with allow user jobs
Diffstat (limited to 'abs/core/mythdb-initial')
-rwxr-xr-xabs/core/mythdb-initial/PKGBUILD4
-rw-r--r--abs/core/mythdb-initial/custom.sql6
2 files changed, 5 insertions, 5 deletions
diff --git a/abs/core/mythdb-initial/PKGBUILD b/abs/core/mythdb-initial/PKGBUILD
index 13d64aa..a361f80 100755
--- a/abs/core/mythdb-initial/PKGBUILD
+++ b/abs/core/mythdb-initial/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mythdb-initial
pkgver=2
-pkgrel=43
+pkgrel=44
pkgdesc="setup the initial mythtv database for linhes"
url=""
license=""
@@ -21,4 +21,4 @@ build() {
}
md5sums=('9dcf8c574e69fde6b1b2fa1eed95ded4'
'ad0e57ac5e7c3677808a670e16634bba'
- '4eab0f8cf24d6f9b2a06561393562483')
+ '30f57e4dfcf5cc2e5783adefd8297593')
diff --git a/abs/core/mythdb-initial/custom.sql b/abs/core/mythdb-initial/custom.sql
index 5c2a6c6..ee2afe3 100644
--- a/abs/core/mythdb-initial/custom.sql
+++ b/abs/core/mythdb-initial/custom.sql
@@ -121,9 +121,9 @@ DELETE FROM `settings` where value in
INSERT INTO `settings` (`value`, `data`, `hostname`) VALUES
('JobAllowUserJob1','1','apheleia'),
- ('JobAllowUserJob1','2','apheleia'),
- ('JobAllowUserJob1','3','apheleia'),
- ('JobAllowUserJob1','4','apheleia');
+ ('JobAllowUserJob2','1','apheleia'),
+ ('JobAllowUserJob3','1','apheleia'),
+ ('JobAllowUserJob4','1','apheleia');
--