/[smeserver]/rpms/e-smith-base/sme7/e-smith-base-4.18.0-devicechk.patch2
ViewVC logotype

Annotation of /rpms/e-smith-base/sme7/e-smith-base-4.18.0-devicechk.patch2

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


Revision 1.2 - (hide annotations) (download)
Wed Mar 26 17:01:38 2008 UTC (16 years, 3 months ago) by slords
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
* Wed Mar 26 2008 Shad L. Lords <slords@mail.com> 4.18.1-2
- Fix gettext strings returned by password checks [SME: 4104]

1 slords 1.1 diff -Nur -x '*.orig' -x '*.rej' e-smith-base-4.18.0/root/usr/lib/perl5/site_perl/esmith/console/perform_backup.pm mezzanine_patched_e-smith-base-4.18.0/root/usr/lib/perl5/site_perl/esmith/console/perform_backup.pm
2     --- e-smith-base-4.18.0/root/usr/lib/perl5/site_perl/esmith/console/perform_backup.pm 2007-07-04 11:12:51.000000000 -0400
3     +++ mezzanine_patched_e-smith-base-4.18.0/root/usr/lib/perl5/site_perl/esmith/console/perform_backup.pm 2007-07-04 11:11:42.000000000 -0400
4     @@ -151,7 +151,8 @@
5     );
6     return unless $rc == 0;
7     sleep(3);
8     - my @dirs = 0;
9     + my @dirs;
10     + @dirs = ();
11     open(FSTAB, "</etc/fstab");
12     while (<FSTAB>)
13     {
14     diff -Nur -x '*.orig' -x '*.rej' e-smith-base-4.18.0/root/usr/lib/perl5/site_perl/esmith/console/perform_restore.pm mezzanine_patched_e-smith-base-4.18.0/root/usr/lib/perl5/site_perl/esmith/console/perform_restore.pm
15     --- e-smith-base-4.18.0/root/usr/lib/perl5/site_perl/esmith/console/perform_restore.pm 2007-07-04 11:12:51.000000000 -0400
16     +++ mezzanine_patched_e-smith-base-4.18.0/root/usr/lib/perl5/site_perl/esmith/console/perform_restore.pm 2007-07-04 11:11:04.000000000 -0400
17     @@ -42,7 +42,8 @@
18     return;
19     }
20     sleep(3);
21     - my @dirs = 0;
22     + my @dirs;
23     + @dirs = ();
24     open(FSTAB, "</etc/fstab");
25     while (<FSTAB>)
26     {

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