diff options
author | Britney Fransen <brfransen@gmail.com> | 2013-11-16 18:55:14 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2013-11-16 18:55:14 (GMT) |
commit | efcb770dfe6077662de9fc81cdc2628e3391b579 (patch) | |
tree | 74f865ffd40d5479cdcfebf750b13316bac7e310 /abs | |
parent | e3e2804c1b462102cab62f7d9b7d7cc84c185c6b (diff) | |
download | linhes_pkgbuild-efcb770dfe6077662de9fc81cdc2628e3391b579.zip linhes_pkgbuild-efcb770dfe6077662de9fc81cdc2628e3391b579.tar.gz linhes_pkgbuild-efcb770dfe6077662de9fc81cdc2628e3391b579.tar.bz2 |
runit-scripts: mythbackend run: remove myth .24 detection
Diffstat (limited to 'abs')
-rwxr-xr-x | abs/core/runit-scripts/PKGBUILD | 4 | ||||
-rwxr-xr-x | abs/core/runit-scripts/runitscripts/services/mythbackend/run | 9 |
2 files changed, 3 insertions, 10 deletions
diff --git a/abs/core/runit-scripts/PKGBUILD b/abs/core/runit-scripts/PKGBUILD index b652cba..2e5d50b 100755 --- a/abs/core/runit-scripts/PKGBUILD +++ b/abs/core/runit-scripts/PKGBUILD @@ -1,6 +1,6 @@ pkgname=runit-scripts -pkgver=8.0 -pkgrel=6 +pkgver=8.1 +pkgrel=1 pkgdesc="collection of startup scripts for runit" url="http://smarden.org/runit/" license="BSD" diff --git a/abs/core/runit-scripts/runitscripts/services/mythbackend/run b/abs/core/runit-scripts/runitscripts/services/mythbackend/run index 903979c..e24fc3d 100755 --- a/abs/core/runit-scripts/runitscripts/services/mythbackend/run +++ b/abs/core/runit-scripts/runitscripts/services/mythbackend/run @@ -79,12 +79,5 @@ export HOME=/root stat_runit "Starting Primary MythBackend" fi - - - if pacman -Q mythtv | grep -q 0.24 - then - exec su mythtv -c "/usr/bin/mythbackend --logfile /var/log/mythtv/mythbackend.log" - else - exec su mythtv -c "/usr/bin/mythbackend -q --syslog local6" - fi + exec su mythtv -c "/usr/bin/mythbackend -q --syslog local6" # fi |