diff options
author | Cecil <knoppmyth@gmail.com> | 2012-04-22 22:27:00 (GMT) |
---|---|---|
committer | Cecil <knoppmyth@gmail.com> | 2012-04-22 22:27:00 (GMT) |
commit | bb75235e5a14bb851e9874d0097e88d6d89bbb17 (patch) | |
tree | 9fb92a002e074fed72ca6b9ce40dca099652210f /abs/core/runit-scripts | |
parent | 95f93a5cd8b9e9d91a38850f652d65e41474628f (diff) | |
parent | 80c8eda6d28f0b38d9f0c078844f181166bc7a3b (diff) | |
download | linhes_pkgbuild-bb75235e5a14bb851e9874d0097e88d6d89bbb17.zip linhes_pkgbuild-bb75235e5a14bb851e9874d0097e88d6d89bbb17.tar.gz linhes_pkgbuild-bb75235e5a14bb851e9874d0097e88d6d89bbb17.tar.bz2 |
Merge branch 'testing' of git@linhes.org:linhes_pkgbuild into testing
Diffstat (limited to 'abs/core/runit-scripts')
-rwxr-xr-x | abs/core/runit-scripts/PKGBUILD | 2 | ||||
-rwxr-xr-x | abs/core/runit-scripts/runitscripts/services/mythbackend/run | 7 |
2 files changed, 5 insertions, 4 deletions
diff --git a/abs/core/runit-scripts/PKGBUILD b/abs/core/runit-scripts/PKGBUILD index 30acc6a..b368cd0 100755 --- a/abs/core/runit-scripts/PKGBUILD +++ b/abs/core/runit-scripts/PKGBUILD @@ -1,6 +1,6 @@ pkgname=runit-scripts pkgver=2.1.1 -pkgrel=57 +pkgrel=58 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 9683dd7..96d21ee 100755 --- a/abs/core/runit-scripts/runitscripts/services/mythbackend/run +++ b/abs/core/runit-scripts/runitscripts/services/mythbackend/run @@ -1,11 +1,12 @@ #!/bin/sh exec 2>&1 -#. /etc/profile . /etc/systemconfig export TERM=linux . /etc/rc.conf . /etc/rc.d/functions - +#profile is here to setup LC_ALL/locale +MYTH_RUN_STATUS="1" +. /etc/profile stat_runit "Scanning for new storage" @@ -39,5 +40,5 @@ fi # sleep 10 # # else - exec su mythtv -c "/usr/bin/mythbackend --logpath /var/log/mythtv/" + exec su mythtv -c "/usr/bin/mythbackend -q --logpath /var/log/mythtv/" # fi |