summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-system/mythfrontend-start
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-04-26 18:56:59 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-04-26 18:56:59 (GMT)
commitc8fc2fc2156fdeb0e9a54e7be48c8f02fdff848e (patch)
tree691f909842bee6549c352da3159d9bfa30652791 /abs/core/LinHES-system/mythfrontend-start
parent5565e0ae65780f44b7d31e9c8721531abed7fbb4 (diff)
downloadlinhes_pkgbuild-c8fc2fc2156fdeb0e9a54e7be48c8f02fdff848e.zip
linhes_pkgbuild-c8fc2fc2156fdeb0e9a54e7be48c8f02fdff848e.tar.gz
linhes_pkgbuild-c8fc2fc2156fdeb0e9a54e7be48c8f02fdff848e.tar.bz2
LinHES-system: update mythfrontend-start to use syslog
firstboot.sh comment out try smolt fluxbox: update shortcut for help command to use -H instead of -h
Diffstat (limited to 'abs/core/LinHES-system/mythfrontend-start')
-rwxr-xr-xabs/core/LinHES-system/mythfrontend-start4
1 files changed, 2 insertions, 2 deletions
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