summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-system
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/LinHES-system')
-rw-r--r--abs/core/LinHES-system/PKGBUILD6
-rwxr-xr-xabs/core/LinHES-system/firstboot.sh2
-rwxr-xr-xabs/core/LinHES-system/mythfrontend-start4
3 files changed, 6 insertions, 6 deletions
diff --git a/abs/core/LinHES-system/PKGBUILD b/abs/core/LinHES-system/PKGBUILD
index 18d67e5..91807c1 100644
--- a/abs/core/LinHES-system/PKGBUILD
+++ b/abs/core/LinHES-system/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=LinHES-system
pkgver=2
-pkgrel=44
+pkgrel=45
arch=('i686')
MVDIR=$startdir/pkg/usr/LH
BINDIR=$startdir/pkg/usr/bin
@@ -59,11 +59,11 @@ md5sums=('e8a0e71dabadb5a860b4e113615c3071'
'd1f27cb422010077c841376526fe46ea'
'2ef9f945e034119f77d9b6beb17e4fa5'
'c1c5f68835afbb2bad5d5e6cec0fc1dc'
- '5e67a8b7ff57ec32d668bce7aab0aa6d'
+ 'cbe4cba14fa9d01a62e2196edc1bd98b'
'dc3eef2a624754e16805d72bbe488b67'
'dc0be354ce77ba2b89868fc29b942c43'
'542e670e78d117657f93141e9689f54d'
- '752488eb8bfb672ce0e4c924f7faf3d1'
+ '35011127753a2d8f6e212353da719557'
'ba351b92e69bcaf26a9bf80417b09c3c'
'294e54209538018008323d164ce39fb3'
'962a3e9eaba2d1466251b7ab0956705d'
diff --git a/abs/core/LinHES-system/firstboot.sh b/abs/core/LinHES-system/firstboot.sh
index 8e3dc57..c405df8 100755
--- a/abs/core/LinHES-system/firstboot.sh
+++ b/abs/core/LinHES-system/firstboot.sh
@@ -56,7 +56,7 @@ then
while [ $fb_status != 0 ]
do
fix_lirc_socket
- try_smolt
+# try_smolt
if [ $fb_status != 0 ]
then
sleep 1
diff --git a/abs/core/LinHES-system/mythfrontend-start b/abs/core/LinHES-system/mythfrontend-start
index c92d024..e2645bf 100755
--- a/abs/core/LinHES-system/mythfrontend-start
+++ b/abs/core/LinHES-system/mythfrontend-start
@@ -15,8 +15,8 @@ then
mythvantage -q "${question}"
if [ $? = 16 ]
then
- mythfrontend --logfile /var/log/mythtv/mythfrontend.log
+ mythfrontend -d --syslog local6
fi
else
- mythfrontend --logfile /var/log/mythtv/mythfrontend.log
+ mythfrontend -d --syslog local6
fi