aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d/rcS.d/180-initcrypto2.sh
diff options
context:
space:
mode:
Diffstat (limited to 'rc.d/rcS.d/180-initcrypto2.sh')
-rwxr-xr-xrc.d/rcS.d/180-initcrypto2.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/rc.d/rcS.d/180-initcrypto2.sh b/rc.d/rcS.d/180-initcrypto2.sh
deleted file mode 100755
index dd1ba876..00000000
--- a/rc.d/rcS.d/180-initcrypto2.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-[[ $(type -t strstr) = "function" ]] || . /etc/init.d/functions
-
-if [ -f /etc/crypttab ]; then
- init_crypto 0
-fi
-: