ALT Linux Bugzilla
– Attachment 7177 Details for
Bug 32338
начал ругаться на заведомо несуществующее устройство
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
Патч, исправляющий данную ошибку
gparted-0.29.0-alt-dmraid.patch (text/plain), 469 bytes, created by
Evgeniy Korneechev
on 2017-08-08 17:02:53 MSK
(
hide
)
Description:
Патч, исправляющий данную ошибку
Filename:
MIME Type:
Creator:
Evgeniy Korneechev
Created:
2017-08-08 17:02:53 MSK
Size:
469 bytes
patch
obsolete
>--- src/DMRaid.cc.orig 2017-02-04 20:41:03.000000000 +0300 >+++ src/DMRaid.cc 2017-08-08 15:27:53.841542838 +0300 >@@ -72,7 +72,7 @@ void DMRaid::load_dmraid_cache() > if ( ! Utils::execute_command( "dmraid -sa -c", output, error, true ) ) > { > Glib::ustring temp = Utils::regexp_label( output, "^(no raid disks).*" ) ; >- if ( temp != "no raid disks" ) >+ if ( temp.lowercase() != "no raid disks" ) > Utils::tokenize( output, dmraid_devices, "\n" ) ; > } > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 32338
: 7177