summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-fs/cryptsetup/files/1.0.5-dmcrypt.rc')
-rw-r--r--sys-fs/cryptsetup/files/1.0.5-dmcrypt.rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/cryptsetup/files/1.0.5-dmcrypt.rc b/sys-fs/cryptsetup/files/1.0.5-dmcrypt.rc
index 399cc5bf65d1..e3439c6c6673 100644
--- a/sys-fs/cryptsetup/files/1.0.5-dmcrypt.rc
+++ b/sys-fs/cryptsetup/files/1.0.5-dmcrypt.rc
@@ -1,10 +1,10 @@
#!/sbin/runscript
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/cryptsetup/files/1.0.5-dmcrypt.rc,v 1.2 2007/10/02 15:47:27 strerror Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/cryptsetup/files/1.0.5-dmcrypt.rc,v 1.3 2008/02/01 12:38:44 flameeyes Exp $
depend() {
- before checkfs
+ before checkfs fsck
if [ -e /lib/librc.so ]; then
need device-mapper
fi