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 2008-03-10 20:39:11.000000000 -0600 |
3 |
+++ mezzanine_patched_e-smith-base-4.18.0/root/usr/lib/perl5/site_perl/esmith/console/configure.pm 2008-03-10 20:38:48.000000000 -0600 |
4 |
@@ -891,7 +891,7 @@ |
5 |
"3.", "www.dyndns.com" . " - " . gettext("commercial service"), |
6 |
"4.", "www.dyndns.org" . " - " . gettext("free service"), |
7 |
"5.", "www.tzo.com" . " - " . gettext("commercial service"), |
8 |
- "6.", "custom", . " - " . gettext("alternate DynDNS service"), |
9 |
+ "6.", gettext("custom DynDNS service"), |
10 |
); |
11 |
|
12 |
($rc, $choice) = $console->menu_page |