Changeset 764

Show
Ignore:
Timestamp:
03/09/07 01:15:30 (2 years ago)
Author:
hachi
Message:

Slight fix for regex not picking up devices and utliization properly.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/filepaths-20070306/server/mogstored

    r725 r764  
    392392            } 
    393393            next unless $init; 
    394             if (m/^ (\S+) .*? ([\d.]+) \n/x) { 
     394            if (m/^ (\S+) .*? ([\d.]+)$/x) { 
    395395                my ($devnode, $util) = ("/dev/$1", $2); 
    396396                unless (exists $dev_sysid->{$devnode}) {