Module Name: src
Committed By: riastradh
Date: Fri May 1 15:52:38 UTC 2020
Modified Files:
src/etc/rc.d: random_seed
Log Message:
Don't delete the random seed before issuing `rndctl -S'.
`rndctl -S' can replace the file just fine, and deleting it ahead of
time adds a window during which we can lose the seed altogether if
the system is interrupted by a crash or power outage.
XXX pullup
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/etc/rc.d/random_seed
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.