/[smeserver]/rpms/e-smith-lib/sme9/e-smith-lib-2.4.0-return_nic_name_in_adapters_list.patch
ViewVC logotype

Contents of /rpms/e-smith-lib/sme9/e-smith-lib-2.4.0-return_nic_name_in_adapters_list.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Sat Nov 30 10:58:15 2013 UTC (10 years, 5 months ago) by vip-ire
Branch: MAIN
CVS Tags: e-smith-lib-2_4_0-18_el6_sme, e-smith-lib-2_4_0-11_el6_sme, e-smith-lib-2_4_0-12_el6_sme, e-smith-lib-2_4_0-17_el6_sme, e-smith-lib-2_4_0-15_el6_sme, e-smith-lib-2_4_0-16_el6_sme, e-smith-lib-2_4_0-13_el6_sme, e-smith-lib-2_4_0-14_el6_sme, e-smith-lib-2_4_0-10_el6_sme, HEAD
* Sat Nov 30 2013 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-10.sme
- Return nic names in probeAdapters so we can drop HWAddress [SME: 7991]

1 diff -Nur e-smith-lib-2.4.0/root/usr/share/perl5/vendor_perl/esmith/ethernet.pm e-smith-lib-2.4.0_bz7991/root/usr/share/perl5/vendor_perl/esmith/ethernet.pm
2 --- e-smith-lib-2.4.0/root/usr/share/perl5/vendor_perl/esmith/ethernet.pm 2013-11-10 23:27:34.378448957 +0100
3 +++ e-smith-lib-2.4.0_bz7991/root/usr/share/perl5/vendor_perl/esmith/ethernet.pm 2013-11-10 23:29:59.621489443 +0100
4 @@ -109,7 +109,7 @@
5 }
6 # TODO: we should also try to get the description of USB devices
7 $adapters .= "EthernetDriver" . $index++ . "\t" . $driver . "\t" .
8 - $mac . "\t" . "\"$desc\"" . "\n";
9 + $mac . "\t" . "\"$desc\"" . "\t" . $nic ."\n";
10 }
11 return $adapters;
12 }

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed