Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 257556 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +3 lines)
Line  Link Here
0
-- /lib/rcscripts/addons/dm-crypt-start.sh     2009-03-08 21:11:18.000000000 +0100
0
++ /usr/portage/sys-fs/cryptsetup/files/1.0.6-r2-dm-crypt-start.sh     2008-10-05 23:01:33.00
Lines 255-261 Link Here
255
       # Fix for baselayout-1.12.10 (bug 174256)
255
       # Fix for baselayout-1.12.10 (bug 174256)
256
       [ -z ${SVCNAME} ] && SVCNAME="${myservice}"
256
       [ -z ${SVCNAME} ] && SVCNAME="${myservice}"
257
       while read -u 4 targetline ; do
257
       while read targetline ; do
258
               # skip comments and blank lines
258
               # skip comments and blank lines
259
               [[ ${targetline}\# == \#* ]] && continue
259
               [[ ${targetline}\# == \#* ]] && continue
Lines 283-289 Link Here
283
               # Queue this setting for the next call to dm_crypt_execute_${SVCNAME}
283
               # Queue this setting for the next call to dm_crypt_execute_${SVCNAME}
284
               eval "${targetline}"
284
               eval "${targetline}"
285
       done 4< /etc/conf.d/dmcrypt
285
       done < /etc/conf.d/dmcrypt
286
       # If we have a target queued up, then execute it
286
       # If we have a target queued up, then execute it
287
       dm_crypt_execute_${SVCNAME}
287
       dm_crypt_execute_${SVCNAME}

Return to bug 257556