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

Collapse All | Expand All

(-)scripts/umount.crypt (-1 / +1 lines)
Lines 28-34 Link Here
28
export IFS=`echo -en " \t\n"`;
28
export IFS=`echo -en " \t\n"`;
29
29
30
LOSETUP=/sbin/losetup
30
LOSETUP=/sbin/losetup
31
CRYPTSETUP=/sbin/cryptsetup
31
CRYPTSETUP=cryptsetup
32
MOUNT=/bin/mount
32
MOUNT=/bin/mount
33
UMOUNT=/bin/umount
33
UMOUNT=/bin/umount
34
READLINK="/usr/bin/readlink";
34
READLINK="/usr/bin/readlink";
(-)scripts/mount.crypt (-1 / +1 lines)
Lines 28-34 Link Here
28
28
29
# Commands
29
# Commands
30
LOSETUP=/sbin/losetup
30
LOSETUP=/sbin/losetup
31
CRYPTSETUP=/sbin/cryptsetup
31
CRYPTSETUP=cryptsetup
32
MOUNT=/bin/mount
32
MOUNT=/bin/mount
33
FSCK="/sbin/fsck";
33
FSCK="/sbin/fsck";
34
34

Return to bug 24213