Bugzilla – Attachment 44660 Details for
Bug 100536
boot.crypto performs wrong check
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
patch against /etc/init.d/boot.crypto
boot.crypto.diff (text/plain), 490 bytes, created by
Joachim Gleissner
on 2005-08-03 15:33:55 UTC
(
hide
)
Description:
patch against /etc/init.d/boot.crypto
Filename:
MIME Type:
Creator:
Joachim Gleissner
Created:
2005-08-03 15:33:55 UTC
Size:
490 bytes
patch
obsolete
>--- boot.crypto.orig 2005-08-03 17:30:21.000000000 +0200 >+++ boot.crypto 2005-08-03 17:31:37.000000000 +0200 >@@ -101,12 +101,12 @@ > # > doskip=0 > # >- # Does the physical device, the mount point, exit? >+ # Does the mount point exist? > # >- test -d $physdev >+ test -d $access > rc_status > if test $? -ne 0 ; then >- echo "${extd}${physdev}: No such directory${norm}" >+ echo "${extd}${access}: No such directory${norm}" > continue > fi > #
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 100536
: 44660