diff options
author | James Meyer <james.meyer@operamail.com> | 2012-04-15 18:07:08 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-04-15 18:07:08 (GMT) |
commit | eef6735a9c5038dd41e63d744e07ba698a92ccf2 (patch) | |
tree | c941584b51e2478c73d8d5219cc229c99e5cd8f8 /abs/core/LinHES-system/LinHES-run | |
parent | 824ae0105eacb0247e33ce29cebd65c1134786c7 (diff) | |
download | linhes_pkgbuild-eef6735a9c5038dd41e63d744e07ba698a92ccf2.zip linhes_pkgbuild-eef6735a9c5038dd41e63d744e07ba698a92ccf2.tar.gz linhes_pkgbuild-eef6735a9c5038dd41e63d744e07ba698a92ccf2.tar.bz2 |
LinHES-system: change frontend logging to use --syslog
-silence the grep for osd
Diffstat (limited to 'abs/core/LinHES-system/LinHES-run')
-rwxr-xr-x | abs/core/LinHES-system/LinHES-run | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/abs/core/LinHES-system/LinHES-run b/abs/core/LinHES-system/LinHES-run index 883bcda..0bb66ea 100755 --- a/abs/core/LinHES-system/LinHES-run +++ b/abs/core/LinHES-system/LinHES-run @@ -111,7 +111,8 @@ if [ x"$UseMythWelcome" = "x1" ] then STARTCMD="/usr/bin/mythwelcome" else - STARTCMD="/usr/bin/mythfrontend -d -l /var/log/mythtv/mythfrontend.log" + #STARTCMD="/usr/bin/mythfrontend -d -l /var/log/mythtv/mythfrontend.log" + STARTCMD="/usr/bin/mythfrontend -d --syslog local6" fi echo "=====================================================================" |