Bugzilla – Attachment 189312 Details for
Bug 350539
yast2 repair remove fstab entries in error
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Forgot Password
[patch]
patch for /usr/share/YaST2/modules/OSRFstab.ycp
OSRFstab.diff (text/plain), 707 bytes, created by
Jiří Suchomel
on 2008-01-04 08:10:46 UTC
(
hide
)
Description:
patch for /usr/share/YaST2/modules/OSRFstab.ycp
Filename:
MIME Type:
Creator:
Jiří Suchomel
Created:
2008-01-04 08:10:46 UTC
Size:
707 bytes
patch
obsolete
>Index: OSRFstab.ycp >=================================================================== >--- OSRFstab.ycp (revision 42585) >+++ OSRFstab.ycp (working copy) >@@ -506,9 +506,13 @@ > */ > define boolean check_fs_vfstype(list<string> line, map part) ``{ > >+y2internal ("line: %1", line); > if (line[2]:"" == nil || line[2]:"" == "") return false; > > line[2] = remove_blanks (line[2]:""); >+y2internal ("removed: %1", line[2]:""); >+y2warning ("part %1", part); >+y2internal ("FileSystems::GetMountString (%1):%2", part["detected_fs"]:`unknown, FileSystems::GetMountString (part["detected_fs"]:`unknown, "!")); > > if (!(FileSystems::GetMountString (part["detected_fs"]:`unknown, "!") > == line[2]:""
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 350539
:
189123
|
189129
|
189136
|
189144
|
189145
|
189146
|
189173
|
189197
| 189312 |
189322
|
189323
|
189324