aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d/rcS.d/230-initcrypto3.sh
blob: d7e7b757e198081cb256c59bb9166a6157726218 (plain)
1
2
3
4
5
6
7
#!/bin/sh
[[ $(type -t strstr) = "function" ]] || . /etc/init.d/functions

if [ -f /etc/crypttab ]; then
    init_crypto 1
fi
: