diff options
Diffstat (limited to 'hardware-model-summary')
| -rwxr-xr-x | hardware-model-summary | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/hardware-model-summary b/hardware-model-summary index ebdc390..383ac29 100755 --- a/hardware-model-summary +++ b/hardware-model-summary @@ -31,7 +31,7 @@ sub handle_host {      my $hostid = shift;      #print "$hostid\n";      my ($vendor, $model, undef) = get_hardware_info($hostid); -    $vendor = "[unknown]" unless defined $vendor; +    $vendor = "[no-dmi-info]" unless defined $vendor;      $vendors{$vendor}++;      if ($model) {          $models{$vendor}{$model}++;  | 
