Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 802198
Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +7 lines)
Line  Link Here
0
-- /etc/init.d/dmcrypt.orig    2022-10-31 15:08:59.697495113 +0100
0
++ /etc/init.d/dmcrypt 2022-10-31 15:11:17.596374843 +0100
Lines 248-253 Link Here
248
                       eval "${pre_mount}" > /dev/null
248
                       eval "${pre_mount}" > /dev/null
249
                       ewend $? || cryptfs_status=1
249
                       ewend $? || cryptfs_status=1
250
               fi
250
               fi
251
               if [ -n "${post_mount}" ] ; then
252
                       dev="/dev/mapper/${target}"
253
                       eval ebegin \""    post_mount: ${post_mount}"\"
254
                       eval "${post_mount}" > /dev/null
255
                       ewend $? || cryptfs_status=1
256
               fi
251
       fi
257
       fi
252
}
258
}
253
259

Return to bug 802198