[Pkg-cryptsetup-devel] Bug#365633: cryptsetup no longer call
do_swap or do_tmp
Riku Voipio
riku.voipio at iki.fi
Mon May 1 17:17:06 UTC 2006
Package: cryptsetup
Version: 1.0.2+svn
Severity: normal
Tags: patch
Currently the $MAKESWAP test has been split out to a separate do_swap
function. However, this function isn't called from anywhere.. Ditto for
do_tmp. The (hopefully) attached patch is one way to fix it.
-------------- next part --------------
Index: cryptdisks.functions
===================================================================
--- cryptdisks.functions (revision 174)
+++ cryptdisks.functions (working copy)
@@ -377,7 +377,8 @@
else
do_noluks
fi
-
+ do_tmp
+ do_swap
clean_keys
fi
done
More information about the Pkg-cryptsetup-devel
mailing list