/[smeserver]/rpms/e-smith-lib/sme8/e-smith-lib-1.18.0-password_page.patch
ViewVC logotype

Annotation of /rpms/e-smith-lib/sme8/e-smith-lib-1.18.0-password_page.patch

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


Revision 1.2 - (hide annotations) (download)
Wed Aug 20 21:25:31 2008 UTC (15 years, 9 months ago) by slords
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
New dev stream

1 slords 1.1 diff -Nur -x '*.orig' -x '*.rej' e-smith-lib-1.18.0/root/usr/lib/perl5/site_perl/esmith/console.pm mezzanine_patched_e-smith-lib-1.18.0/root/usr/lib/perl5/site_perl/esmith/console.pm
2     --- e-smith-lib-1.18.0/root/usr/lib/perl5/site_perl/esmith/console.pm 2007-02-22 17:53:21.000000000 -0500
3     +++ mezzanine_patched_e-smith-lib-1.18.0/root/usr/lib/perl5/site_perl/esmith/console.pm 2007-02-22 17:52:39.000000000 -0500
4     @@ -285,12 +285,12 @@
5     my $left = defined $params{left} ? $params{left} : gettext("Back");
6     my $right = defined $params{right} ? $params{right} : gettext("Next");
7    
8     - $self->whiptail ("--title", $title,
9     + $self->dialog ("--title", $title,
10     "--clear",
11     - "--password",
12     + "--insecure",
13     "--cancel-label", $left,
14     "--ok-label", $right,
15     - "--inputbox", "\n" . $message_box,
16     + "--passwordbox", "\n" . $message_box,
17     SCREEN_ROWS,
18     SCREEN_COLUMNS,
19     );

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