Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Oct 2000 21:45:48 -0700 (PDT)
From:      "John W. De Boskey" <jwd@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/etc rc rc.shutdown src/etc/defaults rc.conf
Message-ID:  <200010160445.VAA57829@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jwd         2000/10/15 21:45:48 PDT

  Modified files:
    etc                  rc rc.shutdown 
  Log:
  Having played with this commit request for a few hours, I've
  convinced myself that it's better then what we have, but still
  not perfect.
  
  /etc/rc  : Attempt to seed /dev/random with multiple backoffs.
  
  /etc/rc.shutdown : Attempt to write the entropy_file.
  
  In debugging the above changes, I've run into some
  inconsistancies... rc.shutdown is run via 'init 6', but
  does not appear to be run via '/sbin/reboot'. Thus, this
  set of changes improves life depending on the mechanism
  used to shut the system down.
  
  Submitted by:	Doug Barton <DougB@gorean.org>
  Approved by:	markm
  
  Revision  Changes    Path
  1.235     +46 -14    src/etc/rc
  1.13      +19 -3     src/etc/rc.shutdown


  Modified files:
    etc/defaults         rc.conf 
  Log:
  Set new default:  entropy_file="/entropy"
  
  with /var/db/entropy being a hardcoded backup.
  
  Submitted by:	Doug Barton <DougB@gorean.org>
  Approved by:	markm
  
  Revision  Changes    Path
  1.81      +3 -3      src/etc/defaults/rc.conf



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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