Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 193791 Details for
Bug 273029
sys-fs/cryptsetup-1.0.6-r2: timeout function in dm-crypt-start.sh waiting for removable media breaks config file parsing
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
dm-crypt-start.sh.patch
dm-crypt-start.sh.patch (text/plain), 680 bytes, created by
Marc Schiffbauer
on 2009-06-07 12:48:00 UTC
(
hide
)
Description:
dm-crypt-start.sh.patch
Filename:
MIME Type:
Creator:
Marc Schiffbauer
Created:
2009-06-07 12:48:00 UTC
Size:
680 bytes
patch
obsolete
>--- /lib/rcscripts/addons/dm-crypt-start.sh.orig 2009-06-07 13:31:11.281821913 +0200 >+++ /lib/rcscripts/addons/dm-crypt-start.sh 2009-06-07 14:40:23.841854520 +0200 >@@ -255,7 +255,7 @@ > # Fix for baselayout-1.12.10 (bug 174256) > [ -z ${SVCNAME} ] && SVCNAME="${myservice}" > >- while read targetline ; do >+ while read targetline <&4; do > # skip comments and blank lines > [[ ${targetline}\# == \#* ]] && continue > >@@ -283,7 +283,7 @@ > > # Queue this setting for the next call to dm_crypt_execute_${SVCNAME} > eval "${targetline}" >- done < /etc/conf.d/dmcrypt >+ done 4< /etc/conf.d/dmcrypt > > # If we have a target queued up, then execute it > dm_crypt_execute_${SVCNAME}
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 273029
: 193791