/[smeserver]/rpms/e-smith-base/sme8/e-smith-base-4.18.0-ethdriver.patch2
ViewVC logotype

Contents of /rpms/e-smith-base/sme8/e-smith-base-4.18.0-ethdriver.patch2

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


Revision 1.1 - (show annotations) (download)
Tue Jun 12 18:30:34 2007 UTC (17 years ago) by slords
Branch: MAIN
CVS Tags: e-smith-base-4_18_0-58_el5_sme, e-smith-base-4_18_0-89_el5_sme, e-smith-base-4_18_0-82_el5_sme, e-smith-base-4_18_0-67_el5_sme, e-smith-base-4_18_0-88_el5_sme, e-smith-base-4_18_0-87_el5_sme, e-smith-base-4_18_0-77_el5_sme, e-smith-base-4_18_0-69_el5_sme, e-smith-base-4_18_0-81_el5_sme, e-smith-base-4_18_0-100_el5_sme, e-smith-base-4_18_0-72_el5_sme, e-smith-base-4_18_0-62_el5_sme, e-smith-base-4_18_0-61_el5_sme, e-smith-base-4_18_0-78_el5_sme, e-smith-base-4_18_0-60_el5_sme, e-smith-base-4_18_0-94_el5_sme, e-smith-base-4_18_0-66_el5_sme, e-smith-base-4_18_0-83_el5_sme, e-smith-base-4_18_0-59_el5_sme, e-smith-base-4_18_0-63_el5_sme, e-smith-base-4_18_0-92_el5_sme, e-smith-base-4_18_0-64_el5_sme, e-smith-base-4_18_0-101_el5_sme, e-smith-base-4_18_0-98_el5_sme, e-smith-base-4_18_0-102_el5_sme, e-smith-base-4_18_0-90_el5_sme, e-smith-base-4_18_0-104_el5_sme, e-smith-base-4_18_0-71_el5_sme, e-smith-base-4_18_0-103_el5_sme, e-smith-base-4_18_0-99_el5_sme, e-smith-base-4_18_0-73_el5_sme, e-smith-base-4_18_0-79_el5_sme, e-smith-base-4_18_0-75_el5_sme, e-smith-base-4_18_0-76_el5_sme
Import on branch sme8 of package e-smith-base-4.18.0-58.el5.sme.src.rpm

1 diff -Nur -x '*.orig' -x '*.rej' e-smith-base-4.18.0/root/usr/lib/perl5/site_perl/esmith/console/configure.pm mezzanine_patched_e-smith-base-4.18.0/root/usr/lib/perl5/site_perl/esmith/console/configure.pm
2 --- e-smith-base-4.18.0/root/usr/lib/perl5/site_perl/esmith/console/configure.pm 2007-03-06 17:45:54.000000000 -0500
3 +++ mezzanine_patched_e-smith-base-4.18.0/root/usr/lib/perl5/site_perl/esmith/console/configure.pm 2007-03-06 17:45:26.000000000 -0500
4 @@ -74,17 +74,6 @@
5 {
6 $adapterList = " (none)";
7 }
8 - else
9 - {
10 - foreach my $adapter ( @adapters )
11 - {
12 - my ($parameter, $driver, $chipset) = split (/\s+/, $adapter, 3);
13 - chomp $chipset;
14 -
15 - $adapterList .= " " .
16 - substr("${chipset} (driver ${driver})", 0, 72) . "\n";
17 - }
18 - }
19
20 my %tag2driver;
21 my @args;
22 @@ -97,6 +86,9 @@
23 my ($parameter, $driver, $chipset) = split (/\s+/, $adapter, 3);
24 chomp($chipset);
25
26 + $adapterList .= " " .
27 + substr("${chipset} (driver ${driver})", 0, 72) . "\n";
28 +
29 my $tag = ++$item . ".";
30
31 $tag2driver{$tag} = $driver;
32 @@ -122,7 +114,11 @@
33 $ifName),
34 default => $default,
35 text =>
36 - sprintf(gettext("You now need to select the proper driver for your %s network ethernet adapter. The server can attempt to do this automatically, or you can do it manually - either by specifying the model of your ethernet adapter or by directly choosing a driver."),
37 + sprintf(gettext("You now need to select the proper driver for your " .
38 + "%s network ethernet adapter. The server can attempt to do " .
39 + "this automatically, or you can do it manually - either by " .
40 + "specifying the model of your ethernet adapter or by " .
41 + "directly choosing a driver."),
42 $ifName) .
43 "\n\n" .
44 gettext("The server has detected these ethernet adapters:") .

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