summaryrefslogtreecommitdiffstats
path: root/abs/mv-core/runit-scripts-mv
diff options
context:
space:
mode:
Diffstat (limited to 'abs/mv-core/runit-scripts-mv')
-rwxr-xr-xabs/mv-core/runit-scripts-mv/PKGBUILD2
-rwxr-xr-xabs/mv-core/runit-scripts-mv/runitscripts/services/mythbackend/run4
2 files changed, 3 insertions, 3 deletions
diff --git a/abs/mv-core/runit-scripts-mv/PKGBUILD b/abs/mv-core/runit-scripts-mv/PKGBUILD
index d96b542..ae85623 100755
--- a/abs/mv-core/runit-scripts-mv/PKGBUILD
+++ b/abs/mv-core/runit-scripts-mv/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=runit-scripts-mv
pkgver=1.8.0
-pkgrel=3
+pkgrel=4
pkgdesc="collection of startup scripts for runit MythVantage styel"
url="http://smarden.org/runit/"
license="BSD"
diff --git a/abs/mv-core/runit-scripts-mv/runitscripts/services/mythbackend/run b/abs/mv-core/runit-scripts-mv/runitscripts/services/mythbackend/run
index 1315006..0868a01 100755
--- a/abs/mv-core/runit-scripts-mv/runitscripts/services/mythbackend/run
+++ b/abs/mv-core/runit-scripts-mv/runitscripts/services/mythbackend/run
@@ -14,12 +14,12 @@ echo "Starting mythbackend"
if [ -f /tmp/debug ]
then
echo "using gbd/debug"
- gdb /usr/local/bin/mythbackend -x $MV_ROOT/mbegdbcommands.txt
+ gdb /usr/bin/mythbackend -x $MV_ROOT/mbegdbcommands.txt
bash -c "osdClient.pl localhost 5000 'Restart gdb mbe :::SYS' "&
mv gdb.txt /data/home/mythtv/gdb.txt.mythbackend
chown mythtv:mythtv /data/home/mythtv/gdb.txt.mythbackend
sleep 10
else
- exec /usr/local/bin/mythbackend
+ exec /usr/bin/mythbackend
fi