Revision: 5843 Author: pebender Date: Sun Nov 15 12:12:08 2009 Log: - Changed LIRC to use syslog rather than its own log file.
http://code.google.com/p/minimyth/source/detail?r=5843 Modified: /trunk/gar-minimyth/html/minimyth/document-changelog.txt /trunk/gar-minimyth/script/system/lirc/Makefile ======================================= --- /trunk/gar-minimyth/html/minimyth/document-changelog.txt Sun Nov 15 12:11:12 2009 +++ /trunk/gar-minimyth/html/minimyth/document-changelog.txt Sun Nov 15 12:12:08 2009 @@ -22,6 +22,9 @@ - Updated FFmpeg and MPlayer VAAPI patches. - Updated Xine VDPAU patch. +Modified LIRC + - Changed LIRC to use syslog rather than its own log file. + Fixed bugs - Fixed a bug that caused mm_sleep and mm_sleep_on_ss to output an error messages when either mm_external_power_off or mm_external_power_on were ======================================= --- /trunk/gar-minimyth/script/system/lirc/Makefile Thu Sep 17 20:02:23 2009 +++ /trunk/gar-minimyth/script/system/lirc/Makefile Sun Nov 15 12:12:08 2009 @@ -29,7 +29,8 @@ --with-kerneldir="$(DESTDIR)$(LINUX_SOURCEDIR)" \ --with-moduledir="$(LINUX_MODULESDIR)/misc/lirc" \ --with-driver=all \ - --with-transmitter + --with-transmitter \ + --with-syslog BUILD_ARGS = $(LINUX_MAKE_ARGS) INSTALL_ARGS = $(LINUX_MAKE_ARGS) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
