diff options
author | James Meyer <james.meyer@operamail.com> | 2009-08-21 00:51:35 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-08-21 00:51:35 (GMT) |
commit | 348ed005f1ba2e77ded656fe2209a58197571b2d (patch) | |
tree | 9ea9354c86f0510526a72ba831a9a5656534010d /abs/mv-core/runit-scripts-mv/runitscripts/services/mythbackend | |
parent | 9a60dd7921db1ab7a168da96329bad3e9c24725e (diff) | |
download | linhes_pkgbuild-348ed005f1ba2e77ded656fe2209a58197571b2d.zip linhes_pkgbuild-348ed005f1ba2e77ded656fe2209a58197571b2d.tar.gz linhes_pkgbuild-348ed005f1ba2e77ded656fe2209a58197571b2d.tar.bz2 |
mv-core: bring more stuff up to date
Diffstat (limited to 'abs/mv-core/runit-scripts-mv/runitscripts/services/mythbackend')
-rwxr-xr-x | abs/mv-core/runit-scripts-mv/runitscripts/services/mythbackend/run | 4 |
1 files changed, 4 insertions, 0 deletions
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 0868a01..692e7db 100755 --- a/abs/mv-core/runit-scripts-mv/runitscripts/services/mythbackend/run +++ b/abs/mv-core/runit-scripts-mv/runitscripts/services/mythbackend/run @@ -2,6 +2,10 @@ exec 2>&1 . /etc/profile . /etc/systemconfig +export TERM=linux +. /etc/rc.conf +. /etc/rc.d/functions + export HOME=/root if [ ! x$SystemType = xSlave_backend ] then |