cvs commit: src/share/man/man5 rc.conf.5 src/etc/defaults rc.conf src/etc/rc.d Makefile gbde_swap

Dag-Erling Smorgrav des at FreeBSD.org
Tue Feb 3 03:26:10 PST 2004


des         2004/02/03 03:26:08 PST

  FreeBSD src repository

  Modified files:
    share/man/man5       rc.conf.5 
    etc/defaults         rc.conf 
    etc/rc.d             Makefile 
  Added files:
    etc/rc.d             gbde_swap 
  Log:
  Add support for initializing swap devices with random one-shot keys.  Note
  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
  
  Revision  Changes    Path
  1.198     +2 -0      src/etc/defaults/rc.conf
  1.30      +1 -1      src/etc/rc.d/Makefile
  1.1       +54 -0     src/etc/rc.d/gbde_swap (new)
  1.204     +8 -0      src/share/man/man5/rc.conf.5


More information about the cvs-src mailing list