From a06189e70db2bb8a12f4a42dd3fd7df5444356eb Mon Sep 17 00:00:00 2001
From: James Meyer <james.meyer@operamail.com>
Date: Mon, 3 Sep 2012 14:16:27 -0500
Subject: mythdb-initial: custom.sql  set the MiscStatus script for the MBE web
 server.  Change by brfransen

---
 abs/core/mythdb-initial/PKGBUILD   | 4 ++--
 abs/core/mythdb-initial/custom.sql | 3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/abs/core/mythdb-initial/PKGBUILD b/abs/core/mythdb-initial/PKGBUILD
index 5aa9c47..4764936 100755
--- a/abs/core/mythdb-initial/PKGBUILD
+++ b/abs/core/mythdb-initial/PKGBUILD
@@ -1,6 +1,6 @@
 pkgname=mythdb-initial
 pkgver=2
-pkgrel=28
+pkgrel=29
 pkgdesc="setup the initial mythtv database for linhes"
 url=""
 license=""
@@ -21,4 +21,4 @@ build() {
 }
 md5sums=('9dcf8c574e69fde6b1b2fa1eed95ded4'
          'ad0e57ac5e7c3677808a670e16634bba'
-         'a4518a32861e1ab538f43a1c6c856bf0')
+         'c50ab1ad829d5a936e3632f48f55ded8')
diff --git a/abs/core/mythdb-initial/custom.sql b/abs/core/mythdb-initial/custom.sql
index 89e7fb7..0f902c4 100644
--- a/abs/core/mythdb-initial/custom.sql
+++ b/abs/core/mythdb-initial/custom.sql
@@ -78,3 +78,6 @@ INSERT INTO `settings` (`value`, `data`, `hostname`) VALUES
 ('SecurityPin','0000','apheleia');
 
 
+
+INSERT INTO `settings` (`value`, `data`, `hostname`) VALUES
+('MiscStatusScript','/usr/LH/bin/misc_status_info.sh','apheleia')
-- 
cgit v0.12