/[smeserver]/rpms/e-smith-base/sme8/e-smith-base-4.18.0-raid_no.patch
ViewVC logotype

Annotation of /rpms/e-smith-base/sme8/e-smith-base-4.18.0-raid_no.patch

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


Revision 1.2 - (hide annotations) (download)
Wed Mar 26 17:01:51 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/sbin/e-smith/console-menu-items/manageRAID.pl mezzanine_patched_e-smith-base-4.18.0/root/sbin/e-smith/console-menu-items/manageRAID.pl
2     --- e-smith-base-4.18.0/root/sbin/e-smith/console-menu-items/manageRAID.pl 2007-01-26 18:56:31.000000000 -0700
3     +++ mezzanine_patched_e-smith-base-4.18.0/root/sbin/e-smith/console-menu-items/manageRAID.pl 2007-03-07 11:35:17.000000000 -0700
4     @@ -144,7 +144,7 @@
5     "\n"
6     ;
7    
8     - ($rc, $choice) = $console->yesno_page(title => $title, text => $text);
9     + ($rc, $choice) = $console->yesno_page(title => $title, text => $text, defaultno => 1);
10     return unless ($rc == 0);
11    
12     unless (system(@cmd) == 0)

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