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 |
--- e-smith-base-5.2.0/root/usr/lib/perl5/site_perl/esmith/console/configure.pm.fix-local-nic-string-in-console 2010-06-08 21:40:27.000000000 +0200 |
3 |
+++ e-smith-base-5.2.0/root/usr/lib/perl5/site_perl/esmith/console/configure.pm 2010-06-08 21:41:30.000000000 +0200 |
4 |
@@ -116,7 +116,7 @@ sub ethernetSelect($$) |
5 |
#-------------------------------------------------------- |
6 |
# These are just to ensure that xgettext knows about the |
7 |
# interface types. |
8 |
- gettext("internal"); |
9 |
+ gettext("local"); |
10 |
gettext("external"); |
11 |
#-------------------------------------------------------- |
12 |
|