Bugzilla – Attachment 175327 Details for
Bug 326794
yast2-users reports encrypted home setup failure
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Forgot Password
[patch]
cryptconfig fix
cryptconfig-missing-service-file-fix.patch (text/plain), 867 bytes, created by
Chris Rivera
on 2007-09-27 22:12:44 UTC
(
hide
)
Description:
cryptconfig fix
Filename:
MIME Type:
Creator:
Chris Rivera
Created:
2007-09-27 22:12:44 UTC
Size:
867 bytes
patch
obsolete
>diff -ur /usr/src/packages/BUILD/cryptconfig-0.1.0/src/cryptconfig-lib.c ./src/cryptconfig-lib.c >--- /usr/src/packages/BUILD/cryptconfig-0.1.0/src/cryptconfig-lib.c 2007-03-29 20:24:32.000000000 -0400 >+++ ./src/cryptconfig-lib.c 2007-09-27 06:13:21.000000000 -0400 >@@ -390,6 +390,12 @@ > int fd; > char buff[BUFF_SIZE]; > >+ if (!list[i]) >+ break; >+ >+ if (!g_file_test (list[i], G_FILE_TEST_EXISTS)) >+ continue; >+ > fd = open (list[i], O_RDWR | O_APPEND); > if (fd == -1) { > g_printerr (_("open: %s\n"), strerror (errno)); >@@ -482,6 +488,9 @@ > if (!list[i]) > break; > >+ if (!g_file_test (list[i], G_FILE_TEST_EXISTS)) >+ continue; >+ > fd = open (list[i], O_RDWR | O_APPEND); > if (fd == -1) { > continue;
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