Bugzilla – Attachment 173866 Details for
Bug 326794
yast2-users reports encrypted home setup failure
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Forgot Password
[patch]
patch for /usr/share/YaST2/modules/Users.pm
Users.diff (text/plain), 536 bytes, created by
Jiří Suchomel
on 2007-09-21 12:48:15 UTC
(
hide
)
Description:
patch for /usr/share/YaST2/modules/Users.pm
Filename:
MIME Type:
Creator:
Jiří Suchomel
Created:
2007-09-21 12:48:15 UTC
Size:
536 bytes
patch
obsolete
>Index: Users.pm >=================================================================== >--- Users.pm (revision 40966) >+++ Users.pm (working copy) >@@ -3414,7 +3414,7 @@ > > return 0 if ($home_size == 0 && $org_size == 0); # nothing to do > return 0 if ($home eq $org_home && $username eq $org_username && $home_size == $org_size && $pw eq $new_pw); >- return 0 if !defined $pw; # no change without password provided :-( >+ return 0 if (!defined $pw && !defined $new_pw); # no change without password provided :-( > return 1; > }
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 326794
: 173866 |
175327