FreeBSD-10 / what happened to encswap

Hi,

I was wondering what happened to /etc/rc.d/encswap? I wanted to use geli with the rc script but then it replayed that the script doesn't exist anymore?! is there any replacement, or did it just disappear?
 
OK?! .... s So is there any equivalent replacement? Or do I need to set it up completely manually?

Thanks.
 
I have no familiarity with encswap, but according to the commit notes, the commit added GBDE/GELI swap space specification support, which encswap supported. To quote from the commit notes:
Code:
- [b]Add GBDE/GELI encrypted swap space specification support, which
    rc.d/encswap supported[/b].  The /etc/fstab lines are like the following:
  
    /dev/ada1p1.bde       none    swap    sw      0       0
    /dev/ada1p2.eli       none    swap    sw      0       0
  
    .eli devices accepts aalgo, ealgo, keylen, and sectorsize as options.
  
    swapctl(8) can understand an encrypted device in the command line
    like this:

    # swapctl -a /dev/ada2p1.bde
So I guess the answer to your question is that additions to GBDE/GELI have replaced encswap.
 
Back
Top