Sophie

Sophie

distrib > Scientific%20Linux > 5x > x86_64 > by-pkgid > 62d9a13aefeac3a3917f44cf9933c2e5 > files > 2

ocsinventory-fermi-0.9.9-26.src.rpm

--- ocsinventory-client.pl	2015-04-20 11:32:28.443431000 -0500
+++ /tmp/ocsinventory-client.pl	2015-04-22 11:35:00.000000000 -0500
@@ -504,7 +504,7 @@
 
 	# Retrieving network settings
 	for $line (@ifconfig){
-		if($line =~ /^([ea](m|th)\S+)/i){
+		if($line =~ /^([eai](m|b|th)\S+)/i){
 			defined($n)?($n++):($n = 0);
 			$request{'CONTENT'}{'NETWORKS'}[$n]{'DESCRIPTION'} = [ $1 ];
 			push @values, $1;