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

Annotation of /rpms/e-smith-base/sme7/e-smith-base-4.18.0-ethdriver.patch2

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


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

1 slords 1.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