=== modified file 'src/utils/ecryptfs-setup-swap'
--- src/utils/ecryptfs-setup-swap 2009-03-20 21:44:01 +0000
+++ src/utils/ecryptfs-setup-swap 2009-05-19 14:50:01 +0000
@@ -158,13 +158,5 @@
# Add fstab entry
echo "/dev/mapper/cryptswap none swap sw 0 0" >> /etc/fstab
-# Turn swap off
-swapoff -a
-
-# Restart cryptdisks
-/etc/init.d/cryptdisks restart
-
-# Turn the swap on
-swapon -a
-
info "Successfully setup encrypted swap!"
+info "This will take effect after reboot"
\ No newline at end of file