Author: pebender
Date: Sat Jan 10 18:39:33 2009
New Revision: 4219

Modified:
    trunk/gar-minimyth/html/minimyth/document-changelog.txt
     
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/rc.d/init/conf/MM_HARDWARE.pm

Log:
- Fixed a bug that could cause perl init scripts to create the wrong value
   of MM_HARDWARE_KERNEL_MODULES.



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     Sat Jan 10  
18:39:33 2009
@@ -55,6 +55,8 @@
      - Fixed a bug that could cause DHCP to fail to use MM_DHCP_* variables.
      - Fixed a bug that caused perl init scripts to not fail when required  
file
        was not fetched from the read-only configuration directory.
+    - Fixed a bug that could cause perl init scripts to create the wrong  
value
+      of MM_HARDWARE_KERNEL_MODULES.

  Updated packages
      Updated disk/hdparm.

Modified:  
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/rc.d/init/conf/MM_HARDWARE.pm
==============================================================================
---  
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/rc.d/init/conf/MM_HARDWARE.pm
    
(original)
+++  
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/rc.d/init/conf/MM_HARDWARE.pm
    
Sat Jan 10 18:39:33 2009
@@ -40,7 +40,7 @@
                          s/ +/ /g;
                          s/^ //;
                          s/ $//;
-                        s/ ?, ?/,/;
+                        s/ ?, ?/,/g;
                          if (/^($vendor),([^,]*),([^,]*),([^,]*)$/)
                          {
                              if (((! $2) || ($2 eq $family)) &&
@@ -67,7 +67,7 @@
                          s/ +/ /g;
                          s/^ //;
                          s/ $//;
-                        s/ ?, ?/,/;
+                        s/ ?, ?/,/g;
                          if (/^($x_driver),([^,]*)$/)
                          {
                              push(@kernel_modules, split(/ /, $2));

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