/[smeserver]/rpms/e-smith-base/sme7/e-smith-base-4.18.1-ethernetlist.patch
ViewVC logotype

Contents of /rpms/e-smith-base/sme7/e-smith-base-4.18.1-ethernetlist.patch

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


Revision 1.2 - (show annotations) (download)
Tue Oct 7 17:52:47 2008 UTC (15 years, 7 months ago) by slords
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
New streams

1 diff -Nur -x '*.orig' -x '*.rej' e-smith-base-4.18.1/root/usr/lib/perl5/site_perl/esmith/console/configure.pm mezzanine_patched_e-smith-base-4.18.1/root/usr/lib/perl5/site_perl/esmith/console/configure.pm
2 --- e-smith-base-4.18.1/root/usr/lib/perl5/site_perl/esmith/console/configure.pm 2008-03-26 10:49:00.000000000 -0600
3 +++ mezzanine_patched_e-smith-base-4.18.1/root/usr/lib/perl5/site_perl/esmith/console/configure.pm 2008-04-23 10:00:35.000000000 -0600
4 @@ -44,7 +44,6 @@
5 {
6 my ($ifName, $confEntry) = @_;
7 my $item = 0;
8 - my $adapterList;
9
10 if (scalar @adapters == 1)
11 {
12 @@ -72,11 +71,6 @@
13 }
14 }
15
16 - if ( scalar @adapters == 0 )
17 - {
18 - $adapterList = " (none)";
19 - }
20 -
21 my %tag2driver;
22 my @args;
23 my $default;
24 @@ -89,9 +83,6 @@
25 my ($parameter, $driver, $chipset) = split (/\s+/, $adapter, 3);
26 chomp($chipset);
27
28 - $adapterList .= " " .
29 - substr("${chipset} (driver ${driver})", 0, 72) . "\n";
30 -
31 my $tag = ++$item . ".";
32
33 $tag2driver{$tag} = $driver;
34 @@ -125,12 +116,7 @@
35 "%s network ethernet adapter. The server can attempt to do " .
36 "this automatically, or you can do it manually - either by " .
37 "specifying the model of your ethernet adapter or by " .
38 - "directly choosing a driver."),
39 - $ifName) .
40 - "\n\n" .
41 - gettext("The server has detected these ethernet adapters:") .
42 - "\n\n" .
43 - $adapterList,
44 + "directly choosing a driver.\n"), $ifName),
45 argsref => \@args,
46 );
47

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