Revision: 5927 Author: pebender Date: Thu Dec 10 15:23:03 2009 Log: - Fixed recent typo that broke lirc.
http://code.google.com/p/minimyth/source/detail?r=5927 Modified: /trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/rc.d/init/conf/MM_LIRC.pm ======================================= --- /trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/rc.d/init/conf/MM_LIRC.pm Thu Dec 10 09:39:56 2009 +++ /trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/rc.d/init/conf/MM_LIRC.pm Thu Dec 10 15:23:03 2009 @@ -119,7 +119,7 @@ return 1; } # We cannot test for the LIRC UDP device. - else if (($driver) &&($driver =~ /^udp$/)) + elsif (($driver) &&($driver =~ /^udp$/)) { return 1; } -- 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.
