1 |
snetram |
1.1 |
diff -up e-smith-base-5.2.0/root/usr/lib/perl5/site_perl/esmith/console/configure.pm.fix-local-nic-string-in-console e-smith-base-5.2.0/root/usr/lib/perl5/site_perl/esmith/console/configure.pm |
2 |
slords |
1.2 |
diff -up e-smith-base-5.0.0/root/usr/lib/perl5/site_perl/esmith/console/configure.pm.fix-local-nic-string-in-console e-smith-base-5.0.0/root/usr/lib/perl5/site_perl/esmith/console/configure.pm |
3 |
|
|
--- e-smith-base-5.0.0/root/usr/lib/perl5/site_perl/esmith/console/configure.pm.fix-local-nic-string-in-console 2010-06-09 11:42:31.000000000 -0600 |
4 |
|
|
+++ e-smith-base-5.0.0/root/usr/lib/perl5/site_perl/esmith/console/configure.pm 2010-06-09 11:43:19.000000000 -0600 |
5 |
|
|
@@ -102,7 +102,7 @@ sub ethernetSelect($$) |
6 |
snetram |
1.1 |
#-------------------------------------------------------- |
7 |
|
|
# These are just to ensure that xgettext knows about the |
8 |
|
|
# interface types. |
9 |
|
|
- gettext("internal"); |
10 |
|
|
+ gettext("local"); |
11 |
|
|
gettext("external"); |
12 |
|
|
#-------------------------------------------------------- |
13 |
|
|
|