summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCecil Hugh Watson <knoppmyth@gmail.com>2009-01-24 01:48:56 (GMT)
committerCecil Hugh Watson <knoppmyth@gmail.com>2009-01-24 01:48:56 (GMT)
commitc379c973bc3e0ebafc8beae40010465a694520b7 (patch)
tree9f1b0e464a3c4acf0b5319f20dc64415b1f95bd7
parentb51a27c0f324b3f5b1044f4e064a86a2f9157733 (diff)
downloadlinhes_pkgbuild-c379c973bc3e0ebafc8beae40010465a694520b7.zip
linhes_pkgbuild-c379c973bc3e0ebafc8beae40010465a694520b7.tar.gz
linhes_pkgbuild-c379c973bc3e0ebafc8beae40010465a694520b7.tar.bz2
The backend should now output log to /var/log/mythtv/mythbackend.log.
-rwxr-xr-xabs/core-testing/runit-scripts/PKGBUILD2
-rwxr-xr-xabs/core-testing/runit-scripts/runitscripts/services/mythbackend/run2
2 files changed, 2 insertions, 2 deletions
diff --git a/abs/core-testing/runit-scripts/PKGBUILD b/abs/core-testing/runit-scripts/PKGBUILD
index 8deb06f..0f84074 100755
--- a/abs/core-testing/runit-scripts/PKGBUILD
+++ b/abs/core-testing/runit-scripts/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=runit-scripts
pkgver=1.8.0
-pkgrel=27
+pkgrel=28
pkgdesc="collection of startup scripts for runit"
url="http://smarden.org/runit/"
license="BSD"
diff --git a/abs/core-testing/runit-scripts/runitscripts/services/mythbackend/run b/abs/core-testing/runit-scripts/runitscripts/services/mythbackend/run
index b33e2e4..d540e39 100755
--- a/abs/core-testing/runit-scripts/runitscripts/services/mythbackend/run
+++ b/abs/core-testing/runit-scripts/runitscripts/services/mythbackend/run
@@ -21,5 +21,5 @@ echo "Starting mythbackend"
# sleep 10
#
# else
- exec /usr/bin/mythbackend
+ exec /usr/bin/mythbackend --logfile /var/log/mythtv/mythbackend.log
# fi