Line
Link Here
|
0 |
-- /etc/rc.d/init.d/cryptdisks.functions 2012-11-09 20:19:36.000000000 +0600 |
0 |
++ /tmp/cryptdisks.functions 2015-06-06 16:29:51.123807187 +0500 |
Lines 661-667
Link Here
|
661 |
egrep -v "^[[:space:]]*(#|$)" "$TABFILE" | while read dst src key opts; do |
661 |
egrep -v "^[[:space:]]*(#|$)" "$TABFILE" | while read dst src key opts; do |
662 |
rc=0 |
662 |
rc=0 |
663 |
handle_crypttab_line_stop "$dst" "$src" "$key" "$opts" <&3 || rc=$? |
663 |
handle_crypttab_line_stop "$dst" "$src" "$key" "$opts" <&3 || rc=$? |
664 |
msg_starting "$INITSTATE crypto disks ($dst)" |
664 |
msg_stopping "$INITSTATE crypto disks ($dst)" |
665 |
if [ $rc -eq 0 ]; then |
665 |
if [ $rc -eq 0 ]; then |
666 |
success ||: |
666 |
success ||: |
667 |
elif [ $rc -eq 2 ]; then |
667 |
elif [ $rc -eq 2 ]; then |