Author: pebender
Date: Sun Apr  5 15:55:46 2009
New Revision: 4562

Modified:
    trunk/gar-minimyth/html/minimyth/document-changelog.txt
     
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/modprobe.d/imon

Log:
- Fixed a bug that would cause lirc_imon to unload without first unloading  
imon_vfd.



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     Sun Apr  5  
15:55:46 2009
@@ -36,6 +36,8 @@
      - Added Mesa x8r8g8b8 fbconfig fix referenced in
        <http://bugs.edge.launchpad.net/ubuntu/+source/mythtv/+bug/341898>.
      - Fixed a bug that caused the GTK icons to be missing.
+    - Fixed a bug that would cause lirc_imon to unload without first  
unloading
+      imon_vfd.

  Fixed build system
      - Added missing lib/SDL build dependency to lib/agg.

Modified:  
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/modprobe.d/imon
==============================================================================
---  
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/modprobe.d/imon 
 
(original)
+++  
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/modprobe.d/imon 
 
Sun Apr  5 15:55:46 2009
@@ -11,3 +11,7 @@
  install imon_vfd                                 \
        /sbin/modprobe lirc_imon ;               \
        /sbin/modprobe --ignore-install imon_vfd
+
+remove lirc_imon \
+       /sbin/modprobe --remove imon_vfd ;                \
+       /sbin/modprobe --remove --ignore-remove lirc_imon

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to