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

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

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


Revision 1.1 - (hide annotations) (download)
Tue Jun 12 19:03:13 2007 UTC (17 years ago) by slords
Branch: MAIN
CVS Tags: e-smith-lib-1_18_0-20_el5_sme, e-smith-lib-1_18_0-24_el5_sme, e-smith-lib-1_18_0-23_el5_sme, e-smith-lib-1_18_0-26_el5_sme, e-smith-lib-1_18_0-25_el5_sme, e-smith-lib-1_18_0-27_el5_sme, e-smith-lib-1_18_0-18_el5_sme, e-smith-lib-1_18_0-16_el5_sme, e-smith-lib-1_18_0-17_el5_sme, e-smith-lib-1_18_0-22_el5_sme, e-smith-lib-1_18_0-21_el5_sme, e-smith-lib-1_18_0-28_el5_sme, e-smith-lib-1_18_0-19_el5_sme
Branch point for: e-smith-lib-1_18_0-tree
Import on branch sme8 of package e-smith-lib-1.18.0-16.el5.sme.src.rpm

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