As an addendum, here are the Makefile changes for the ecryptfs-umount-confidential script.
Signed-off-by: Dustin Kirkland <[EMAIL PROTECTED]> -- :-Dustin Dustin Kirkland Ubuntu Server Developer Canonical, LTD [EMAIL PROTECTED] GPG: 1024D/83A61194
diff --git a/src/utils/Makefile.am b/src/utils/Makefile.am index ca237d5..7059d07 100644 --- a/src/utils/Makefile.am +++ b/src/utils/Makefile.am @@ -1,4 +1,5 @@ -EXTRA_DIST=ecryptfsrc ecryptfs-setup-confidential ecryptfs-mount-confidential +EXTRA_DIST=ecryptfsrc ecryptfs-setup-confidential ecryptfs-mount-confidential \ + ecryptfs-umount-confidential rootsbin_PROGRAMS=mount.ecryptfs bin_PROGRAMS=ecryptfs-manager ecryptfs-wrap-passphrase \ ecryptfs-unwrap-passphrase \ @@ -7,7 +8,8 @@ bin_PROGRAMS=ecryptfs-manager ecryptfs-wrap-passphrase \ ecryptfs-add-passphrase ecryptfs-zombie-kill \ ecryptfs-zombie-list bin_SCRIPTS = ecryptfs-setup-confidential \ - ecryptfs-mount-confidential + ecryptfs-mount-confidential \ + ecryptfs-umount-confidential noinst_PROGRAMS=test TESTS=test
signature.asc
Description: This is a digitally signed message part
------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________ eCryptfs-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ecryptfs-devel
