1 |
diff -up e-smith-base+ldap-5.2.0/root/usr/lib/perl5/site_perl/esmith/console/configure.pm.FixLocale_External e-smith-base+ldap-5.2.0/root/usr/lib/perl5/site_perl/esmith/console/configure.pm |
2 |
--- e-smith-base+ldap-5.2.0/root/usr/lib/perl5/site_perl/esmith/console/configure.pm.FixLocale_External 2009-11-23 18:54:51.000000000 +0000 |
3 |
+++ e-smith-base+ldap-5.2.0/root/usr/lib/perl5/site_perl/esmith/console/configure.pm 2009-11-23 18:55:48.000000000 +0000 |
4 |
@@ -99,6 +99,13 @@ sub ethernetSelect($$) |
5 |
} |
6 |
} |
7 |
|
8 |
+ #-------------------------------------------------------- |
9 |
+ # These are just to ensure that xgettext knows about the |
10 |
+ # interface types. |
11 |
+ gettext("internal"); |
12 |
+ gettext("external"); |
13 |
+ #-------------------------------------------------------- |
14 |
+ |
15 |
push( @args, |
16 |
++$item . ".", |
17 |
sprintf(gettext("Manually select driver for %s ethernet adapter"), |