From 4efd149b0369c26b34651bf970db09cc20cf25bd Mon Sep 17 00:00:00 2001
From: James Meyer <james.meyer@operamail.com>
Date: Sun, 26 Aug 2012 16:53:12 -0500
Subject: keylaunch:  change config file so that it calls 
 lh_backend_control.sh  for all stop/starts/restarts of backend

---
 abs/core/keylaunch/PKGBUILD   |  4 ++--
 abs/core/keylaunch/example_rc | 12 ++++++------
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/abs/core/keylaunch/PKGBUILD b/abs/core/keylaunch/PKGBUILD
index d0dbe7e..afb5c00 100644
--- a/abs/core/keylaunch/PKGBUILD
+++ b/abs/core/keylaunch/PKGBUILD
@@ -1,6 +1,6 @@
 pkgname=keylaunch
 pkgver=1.3.9
-pkgrel=4
+pkgrel=5
 arch=('i686' 'x86_64')
 pkgdesc="KeyLaunch is a small utility for binding commands to a hot key. "
 url="http://www.oroborus.org/"
@@ -16,4 +16,4 @@ build() {
   install -D -m0755 ../example_rc $startdir/pkg/etc/keylaunchrc
 }
 md5sums=('710f68a3e7026b4139cc94ea790576c3'
-         'd465a4c892daedd558ec83e59734877e')
+         'feda76439fe930eaaaad81fbb62b84b0')
diff --git a/abs/core/keylaunch/example_rc b/abs/core/keylaunch/example_rc
index 650e078..3f98fa6 100644
--- a/abs/core/keylaunch/example_rc
+++ b/abs/core/keylaunch/example_rc
@@ -17,12 +17,12 @@ key=..*h:/usr/MythVantage/bin/mythinstall -H
 key=..*m:/usr/LH/bin/mythfrontend-start
 
 
-key=.*1:/usr/MythVantage/bin/mythbeselect -stop
-key=.*.2:/usr/MythVantage/bin/mythbeselect -start
-key=.*.3:/usr/MythVantage/bin/mythbeselect -restart
 
-key=..*1:sudo sv start mythbackend
-key=..*2:sudo sv stop mythbackend
-key=..*3:sudo sv restart mythbackend
+#key=..*1:sudo sv start mythbackend
+#key=..*2:sudo sv stop mythbackend
+#key=..*3:sudo sv restart mythbackend
 
+key=..*1:/usr/LH/bin/lh_backend_control.sh start
+key=..*2:/usr/LH/bin/lh_backend_control.sh stop
+key=..*3:/usr/LH/bin/lh_backend_control.sh restart
 
-- 
cgit v0.12