Bugzilla – Attachment #44660: patch against /etc/init.d/boot.crypto for bug #100536
#
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