Revision: 5889
Author: pebender
Date: Tue Dec  1 12:00:15 2009
Log: - Fixed a bug in mm_device_blacklist that prevented it from working  
(though it is not being used at present).


http://code.google.com/p/minimyth/source/detail?r=5889

Modified:
   
/trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/lib/udev/mm_device_blacklist

=======================================
---  
/trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/lib/udev/mm_device_blacklist
        
Sat Nov  7 13:25:49 2009
+++  
/trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/lib/udev/mm_device_blacklist
        
Tue Dec  1 12:00:15 2009
@@ -15,7 +15,7 @@
  blacklist_list=''
  if test -e "/lib/udev/mm_device_blacklist.d/${device_group}" ; then
       
blacklist_list=`/bin/cat "/lib/udev/mm_device_blacklist.d/${device_group}"`
-    blacklist_list=`/bin/echo "${blacklist_list}"`
+    blacklist_list=`/bin/echo ${blacklist_list}`
  fi

  for device_item in ${device_list} ; do

--

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