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) |