summaryrefslogtreecommitdiffstats
path: root/abs/core/keylaunch
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-08-26 21:53:12 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-08-26 21:53:12 (GMT)
commit4efd149b0369c26b34651bf970db09cc20cf25bd (patch)
treed8d32cefa7288b24d296cb486357f76ffbf51e4e /abs/core/keylaunch
parent99906ce8f42464010e4fa15616a0a7a08e2c7622 (diff)
downloadlinhes_pkgbuild-4efd149b0369c26b34651bf970db09cc20cf25bd.zip
linhes_pkgbuild-4efd149b0369c26b34651bf970db09cc20cf25bd.tar.gz
linhes_pkgbuild-4efd149b0369c26b34651bf970db09cc20cf25bd.tar.bz2
keylaunch: change config file so that it calls lh_backend_control.sh for all stop/starts/restarts of backend
Diffstat (limited to 'abs/core/keylaunch')
-rw-r--r--abs/core/keylaunch/PKGBUILD4
-rw-r--r--abs/core/keylaunch/example_rc12
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