summaryrefslogtreecommitdiffstats
path: root/ObsoleteFiles.inc
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2014-11-02 01:47:27 +0000
committerdes <des@FreeBSD.org>2014-11-02 01:47:27 +0000
commit79cf481147176a7adeb670c9a1d0012e2bb2c606 (patch)
tree54a33f8a84924e39197c127babbb6284c45fe5f6 /ObsoleteFiles.inc
parent22a53e3b5ace7a690b1f0bb73f790f6d348f9b24 (diff)
downloadFreeBSD-src-79cf481147176a7adeb670c9a1d0012e2bb2c606.zip
FreeBSD-src-79cf481147176a7adeb670c9a1d0012e2bb2c606.tar.gz
Get rid of the postrandom script. It was born in a time when the
random script ran before filesystems were mounted, which is no longer the case. In random_start(), immediately delete each file that is fed into /dev/random, and recreate the default entropy file immediately after reading and deleting it. The logic used in random_stop() to determine which file to write to should probably be factored out and used here as well.
Diffstat (limited to 'ObsoleteFiles.inc')
-rw-r--r--ObsoleteFiles.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
index 7c8f898..c8072d4 100644
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -38,6 +38,8 @@
# xargs -n1 | sort | uniq -d;
# done
+# 20141102: postrandom obsoleted by new /dev/random code
+OLD_FILES+=etc/rc.d/postrandom
# 20141031: initrandom obsoleted by new /dev/random code
OLD_FILES+=etc/rc.d/initrandom
# 20141028: debug files accidentally installed as directory name
OpenPOWER on IntegriCloud