/[smeserver]/rpms/e-smith-base/sme8/e-smith-base-5.2.0-ConsoleNetworkText.patch
ViewVC logotype

Contents of /rpms/e-smith-base/sme8/e-smith-base-5.2.0-ConsoleNetworkText.patch

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


Revision 1.1 - (show annotations) (download)
Sat Mar 17 05:21:42 2012 UTC (12 years, 3 months ago) by wellsi
Branch: MAIN
CVS Tags: e-smith-base-5_2_0-67_el5_sme, e-smith-base-5_2_0-71_el5_sme, e-smith-base-5_2_0-68_el5_sme, e-smith-base-5_2_0-77_el5_sme, e-smith-base-5_2_0-78_el5_sme, e-smith-base-5_2_0-86_el5_sme, e-smith-base-5_2_0-76_el5_sme, e-smith-base-5_2_0-84_el5_sme, e-smith-base-5_2_0-65_el5_sme, e-smith-base-5_2_0-88_el5_sme, e-smith-base-5_2_0-64_el5_sme, e-smith-base-5_2_0-81_el5_sme, e-smith-base-5_2_0-82_el5_sme, e-smith-base-5_2_0-89_el5_sme, e-smith-base-5_2_0-90_el5_sme, e-smith-base-5_2_0-87_el5_sme, e-smith-base-5_2_0-80_el5_sme, e-smith-base-5_2_0-70_el5_sme, e-smith-base-5_2_0-66_el5_sme, e-smith-base-5_2_0-85_el5_sme, e-smith-base-5_2_0-69_el5_sme, e-smith-base-5_2_0-79_el5_sme, e-smith-base-5_2_0-72_el5_sme, e-smith-base-5_2_0-75_el5_sme, e-smith-base-5_2_0-73_el5_sme, e-smith-base-5_2_0-74_el5_sme, e-smith-base-5_2_0-83_el5_sme
- Add MAC address into console network selection [SME: 6844]

1 diff -ruN e-smith-base-5.2.0.old/root/usr/lib/perl5/site_perl/esmith/console/configure.pm e-smith-base-5.2.0/root/usr/lib/perl5/site_perl/esmith/console/configure.pm
2 --- e-smith-base-5.2.0.old/root/usr/lib/perl5/site_perl/esmith/console/configure.pm 2012-03-17 04:53:33.000000000 +0000
3 +++ e-smith-base-5.2.0/root/usr/lib/perl5/site_perl/esmith/console/configure.pm 2012-03-17 04:56:22.000000000 +0000
4 @@ -112,15 +112,15 @@
5
6 my ($rc, $choice) = $console->menu_page
7 (
8 - title => sprintf(gettext("Select %s network ethernet driver"),
9 + title => sprintf(gettext("Select %s network device"),
10 gettext($ifName)),
11 default => $default,
12 text =>
13 - sprintf(gettext("You now need to select the proper driver for your " .
14 - "%s network ethernet adapter. The server can attempt to do " .
15 - "this automatically, or you can do it manually - either by " .
16 - "specifying the model of your ethernet adapter or by " .
17 - "directly choosing a driver.\n"), gettext($ifName)),
18 + sprintf(gettext("You now need to select the proper device for your " .
19 + "%s network. The server can attempt to do " .
20 + "this automatically, or you can do it manually. " .
21 + "The network driver, MAC address and model of your " .
22 + "network adapter are listed below.\n"), gettext($ifName)),
23 argsref => \@args,
24 );

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