Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Apr 2005 02:45:05 +0000 (UTC)
From:      Doug Barton <dougb@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/etc/defaults rc.conf src/etc/rc.d random
Message-ID:  <200504110245.j3B2j5C3016037@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
dougb       2005-04-11 02:45:05 UTC

  FreeBSD src repository

  Modified files:
    etc/defaults         rc.conf 
    etc/rc.d             random 
  Log:
  The alternative suggested for /entropy as a shutdown
  save file was /var/db/entropy, which also happens to
  be the directory where the individual entropy files
  created by /usr/libexec/save-entropy are stored.
  Change the suggestion to be /var/db/entropy-file
  instead.
  
  In an error condition where the shutdown file is not
  created, the error message accessed a variable that
  doesn't exist.
  
  PR:             conf/75722
  Submitted by:   Nicolas Rachinsky <list@rachinsky.de>
  
  Revision  Changes    Path
  1.246     +1 -1      src/etc/defaults/rc.conf
  1.8       +4 -5      src/etc/rc.d/random



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200504110245.j3B2j5C3016037>