Author: pebender
Date: Thu Nov 13 19:43:42 2008
New Revision: 3959
Modified:
trunk/gar-minimyth/html/minimyth/document-changelog.txt
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/X11/xinit/xinitrc.d/99myth
Log:
- Changed xinit so that is sends the output of mythfrontend to syslogd's
'/var/log/messages' file.
Modified: trunk/gar-minimyth/html/minimyth/document-changelog.txt
==============================================================================
--- trunk/gar-minimyth/html/minimyth/document-changelog.txt (original)
+++ trunk/gar-minimyth/html/minimyth/document-changelog.txt Thu Nov 13
19:43:42 2008
@@ -34,6 +34,8 @@
init scripts rely on the sh init script links directory.
- Added autodetection of the iMON LCD device identified by
idVendor=0x15c2
and idProduct=0x0038.
+ - Changed xinit so that is sends the output of mythfrontend to
syslogd's
+ '/var/log/messages' file.
Modified kernel
- Removed usbtouchscreen.ko driver.
Modified:
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/X11/xinit/xinitrc.d/99myth
==============================================================================
---
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/X11/xinit/xinitrc.d/99myth
(original)
+++
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/X11/xinit/xinitrc.d/99myth
Thu Nov 13 19:43:42 2008
@@ -16,7 +16,7 @@
/usr/bin/test ${MM_VERSION_MYTH_BINARY_MINOR} -ge 21 ) ; then
args="${args} -d"
fi
- /usr/bin/mythfrontend ${args}
+ /usr/bin/mythfrontend ${args} 2>&1 | /usr/bin/logger -t minimyth -p
local0.info
elif /usr/bin/test "${MM_X_MYTH_PROGRAM}" = "mythwelcome" ; then
/usr/bin/mythwelcome
fi
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"minimyth-commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/minimyth-commits?hl=en
-~----------~----~----~----~------~----~------~--~---