summaryrefslogtreecommitdiff
blob: 271627df0c3d1c29483053d5bd37e1443a4599dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- scripts/umount.crypt	2005-12-28 11:26:51.000000000 +0100
+++ umount.crypt	2005-12-29 20:19:01.000000000 +0100
@@ -28,7 +28,7 @@
 export IFS=`echo -en " \t\n"`;
 
 LOSETUP=/sbin/losetup
-CRYPTSETUP=/sbin/cryptsetup
+CRYPTSETUP=cryptsetup
 MOUNT=/bin/mount
 UMOUNT=/bin/umount
 READLINK="/usr/bin/readlink";
--- scripts/mount.crypt	2005-12-24 13:07:42.000000000 +0100
+++ mount.crypt	2005-12-29 20:18:22.000000000 +0100
@@ -28,7 +28,7 @@
 
 # Commands
 LOSETUP=/sbin/losetup
-CRYPTSETUP=/sbin/cryptsetup
+CRYPTSETUP=cryptsetup
 MOUNT=/bin/mount
 FSCK="/sbin/fsck";