summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/gbde_swap
Commit message (Collapse)AuthorAgeFilesLines
* gbde_swap has been repo-copied to encswap.pjd2005-08-051-55/+0
| | | | Repo-copy made by: markm
* Remove the requirement for the FreeBSD keyword as it no longermtm2004-10-071-1/+1
| | | | | | | makes any sense. Discussed with: dougb, brooks MFC after: 3 days
* Skip entries for GBDE swap devices if they are commented out in /etc/fstab.thomas2004-08-181-6/+10
| | | | Reviewed by: des
* Mark scripts as not usable inside a jail by adding keyword 'nojail'.pjd2004-03-081-1/+1
| | | | Some suggestions from: rwatson, Ruben de Groot <mail25@bzerk.org>
* Require initrandom rather than random, since random requiresdes2004-02-051-1/+1
| | | | | | mountcritlocal, which requires disks, which gbde_swap provides. Noticed by: brooks
* We don't really need a lockfile, and most likely can't create one atdes2004-02-041-5/+2
| | | | this point.
* Add support for initializing swap devices with random one-shot keys. Notedes2004-02-031-0/+54
that the keys are currently generated by computing the MD5 checksum of 512 bytes read from /dev/random, and are passed to gbde on the command line. Sponsored by: Teleplan AS
OpenPOWER on IntegriCloud