summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/LinHES-system
diff options
context:
space:
mode:
authorCecil Hugh Watson <knoppmyth@gmail.com>2009-02-12 05:24:02 (GMT)
committerCecil Hugh Watson <knoppmyth@gmail.com>2009-02-12 05:24:02 (GMT)
commit2ec91c9d24f4c8093ca10e96458e5b44e649541f (patch)
treeb9e5c50c44fef7de6d84bc0f3e52c220ae32dd4a /abs/core-testing/LinHES-system
parent115ea9e1313cf5249be914213c60e435f6b5ca46 (diff)
downloadlinhes_pkgbuild-2ec91c9d24f4c8093ca10e96458e5b44e649541f.zip
linhes_pkgbuild-2ec91c9d24f4c8093ca10e96458e5b44e649541f.tar.gz
linhes_pkgbuild-2ec91c9d24f4c8093ca10e96458e5b44e649541f.tar.bz2
Made mythfrontlog output to /var/log/mythtv/mythfrontend.log.
Diffstat (limited to 'abs/core-testing/LinHES-system')
-rw-r--r--abs/core-testing/LinHES-system/LinHES-run2
-rw-r--r--abs/core-testing/LinHES-system/PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/abs/core-testing/LinHES-system/LinHES-run b/abs/core-testing/LinHES-system/LinHES-run
index ca992e4..4d6dc8b 100644
--- a/abs/core-testing/LinHES-system/LinHES-run
+++ b/abs/core-testing/LinHES-system/LinHES-run
@@ -44,7 +44,7 @@ if [ x"$UseMythWelcome" = "x1" ]
then
STARTCMD="/usr/bin/mythwelcome"
else
- STARTCMD="/usr/bin/mythfrontend -d"
+ STARTCMD="/usr/bin/mythfrontend -d -l /var/log/mythtv/mythfrontend.log"
fi
echo "====================================================================="
diff --git a/abs/core-testing/LinHES-system/PKGBUILD b/abs/core-testing/LinHES-system/PKGBUILD
index efad3c9..6e07ad9 100644
--- a/abs/core-testing/LinHES-system/PKGBUILD
+++ b/abs/core-testing/LinHES-system/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=LinHES-system
pkgver=1.0
-pkgrel=23
+pkgrel=24
arch=('i686')
MVDIR=$startdir/pkg/usr/LH
BINDIR=$startdir/pkg/usr/bin