Author: pebender
Date: Thu Jan 15 13:38:40 2009
New Revision: 4251
Modified:
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/X11/xinit/xinitrc.d/99myth
Log:
- Changed xinit scripts so the the output of mythfrontend is
logged with the tag 'mythfrontend' rather than the tag 'minimyth'.
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 Jan 15 13:38:40 2009
@@ -16,7 +16,7 @@
/usr/bin/test ${MM_VERSION_MYTH_BINARY_MINOR} -ge 21 ) ; then
args="${args} -d"
fi
- /usr/bin/mythfrontend ${args} 2>&1 | /usr/bin/logger -t minimyth -p
local0.info
+ /usr/bin/mythfrontend ${args} 2>&1 | /usr/bin/logger -t mythfrontend
-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
-~----------~----~----~----~------~----~------~--~---