summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/Makefile
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 /etc/rc.d/Makefile
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 'etc/rc.d/Makefile')
-rw-r--r--etc/rc.d/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/rc.d/Makefile b/etc/rc.d/Makefile
index f42b207..bfa22bf 100644
--- a/etc/rc.d/Makefile
+++ b/etc/rc.d/Makefile
@@ -112,7 +112,6 @@ FILES= DAEMON \
pf \
pflog \
pfsync \
- postrandom \
powerd \
power_profile \
ppp \
OpenPOWER on IntegriCloud