/[smeserver]/rpms/e-smith-lib/sme7/e-smith-lib-1.18.0-clear.patch
ViewVC logotype

Annotation of /rpms/e-smith-lib/sme7/e-smith-lib-1.18.0-clear.patch

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


Revision 1.2 - (hide annotations) (download)
Tue Oct 7 18:41:09 2008 UTC (15 years, 8 months ago) by slords
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
New streams

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-23 08:26:55.000000000 -0700
3     +++ mezzanine_patched_e-smith-lib-1.18.0/root/usr/lib/perl5/site_perl/esmith/console.pm 2007-02-23 08:14:24.000000000 -0700
4     @@ -233,8 +233,8 @@
5     $self->screen ("--title", $title,
6     "--cancel-label", $left,
7     "--ok-label", $right,
8     - "--msgbox", $message_box,
9     "--clear",
10     + "--msgbox", $message_box,
11     SCREEN_ROWS,
12     SCREEN_COLUMNS,
13     );
14     @@ -261,8 +261,8 @@
15     $self->screen ("--title", $title,
16     "--cancel-label", gettext("Back"),
17     "--ok-label", gettext("Next"),
18     - "--msgbox", $message_box,
19     "--clear",
20     + "--msgbox", $message_box,
21     SCREEN_ROWS,
22     SCREEN_COLUMNS,
23     );
24     @@ -286,10 +286,10 @@
25     my $right = defined $params{right} ? $params{right} : gettext("Next");
26    
27     $self->dialog ("--title", $title,
28     - "--clear",
29     "--insecure",
30     "--cancel-label", $left,
31     "--ok-label", $right,
32     + "--clear",
33     "--passwordbox", "\n" . $message_box,
34     SCREEN_ROWS,
35     SCREEN_COLUMNS,

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