diff options
author | James Meyer <james.meyer@operamail.com> | 2012-04-26 18:56:59 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-04-26 18:56:59 (GMT) |
commit | c8fc2fc2156fdeb0e9a54e7be48c8f02fdff848e (patch) | |
tree | 691f909842bee6549c352da3159d9bfa30652791 /abs/core/LinHES-system/mythfrontend-start | |
parent | 5565e0ae65780f44b7d31e9c8721531abed7fbb4 (diff) | |
download | linhes_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-x | abs/core/LinHES-system/mythfrontend-start | 4 |
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 |