diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2014-02-26 16:48:01 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2014-02-26 16:48:01 +0100 |
commit | faae49c640ee2d308d40bc5867d6ecbd80ac0fc1 (patch) | |
tree | d49a49f6c8142a1762a339a99396421a127cc146 /debian/truecrypt.default | |
download | truecrypt-faae49c640ee2d308d40bc5867d6ecbd80ac0fc1.tar.gz truecrypt-faae49c640ee2d308d40bc5867d6ecbd80ac0fc1.tar.bz2 truecrypt-faae49c640ee2d308d40bc5867d6ecbd80ac0fc1.zip |
initial packaging based on http://www.unchartedbackwaters.co.uk/pyblosxom/static/truecrypt_debian_packaging
Diffstat (limited to 'debian/truecrypt.default')
-rw-r--r-- | debian/truecrypt.default | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/truecrypt.default b/debian/truecrypt.default new file mode 100644 index 0000000..2fcd30f --- /dev/null +++ b/debian/truecrypt.default @@ -0,0 +1,6 @@ +# If enabled, the following option calls 'truecrypt -d' at shutdown. Although +# all filesystems are unmounted automatically at shutdown, only calling +# 'truecrypt -d' will stop the TrueCrypt processes and remove any device mappings. +# It probably isn't necessary to do this, but it shouldn't hurt. + +TRUECRYPT_SHUTDOWN_UNMOUNT="yes" |