From ea45a746dedb539dcf6848e264dd90a46d9678be Mon Sep 17 00:00:00 2001
From: Cecil Hugh Watson <knoppmyth@gmail.com>
Date: Wed, 30 Dec 2009 01:43:48 -0800
Subject: linhes-script:update update_schema to add new commands to start and
 stop backend.

---
 abs/core-testing/linhes-scripts/PKGBUILD                    | 2 +-
 abs/core-testing/linhes-scripts/update_schema_021_to_022.sh | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/abs/core-testing/linhes-scripts/PKGBUILD b/abs/core-testing/linhes-scripts/PKGBUILD
index 94aad61..917d927 100644
--- a/abs/core-testing/linhes-scripts/PKGBUILD
+++ b/abs/core-testing/linhes-scripts/PKGBUILD
@@ -3,7 +3,7 @@
 
 pkgname=linhes-scripts
 pkgver=1
-pkgrel=41
+pkgrel=42
 pkgdesc="Various scripts that help to make LinHES, LinHES."
 arch=('i686' 'x86_64')
 license=('GPL2')
diff --git a/abs/core-testing/linhes-scripts/update_schema_021_to_022.sh b/abs/core-testing/linhes-scripts/update_schema_021_to_022.sh
index 9ee3224..fc39f44 100644
--- a/abs/core-testing/linhes-scripts/update_schema_021_to_022.sh
+++ b/abs/core-testing/linhes-scripts/update_schema_021_to_022.sh
@@ -14,4 +14,6 @@ update settings set data = '/myth/games/screenshots' where value = 'mythgame.scr
 update settings set data = '/myth/games/fanart' where value = 'mythgame.fanartdir';
 update settings set data = '/myth/games/boxart' where value = 'mythgame.boxartdir';
 update settings set data = '3' where value = 'OverrideExitMenu';
+update settings set data = 'sudo sv start mythbackend' where value = 'BackendStartCommand';
+update settings set data = 'sudo sv stop mythbackend' where value = 'BackendStopCommand';
 EOF
-- 
cgit v0.12