re-use random_seed in shutdown section
authorrpe <rpe@openbsd.org>
Fri, 27 Dec 2013 23:40:29 +0000 (23:40 +0000)
committerrpe <rpe@openbsd.org>
Fri, 27 Dec 2013 23:40:29 +0000 (23:40 +0000)
ok deraadt

etc/rc

diff --git a/etc/rc b/etc/rc
index a9aabb5..6f801a1 100644 (file)
--- a/etc/rc
+++ b/etc/rc
@@ -1,4 +1,4 @@
-#      $OpenBSD: rc,v 1.415 2013/12/27 22:34:40 deraadt Exp $
+#      $OpenBSD: rc,v 1.416 2013/12/27 23:40:29 rpe Exp $
 
 # System startup script run by init on autoboot
 # or after single-user.
@@ -230,8 +230,8 @@ fi
 . /etc/rc.conf
 
 if [ X"$1" = X"shutdown" ]; then
-       dd if=/dev/random of=/var/db/host.random bs=65536 count=1 >/dev/null 2>&1
-       chmod 600 /var/db/host.random >/dev/null 2>&1
+       random_seed
+
        _c=$?
        if [ ${_c} -eq 0 ]; then
                if [ -n "${pkg_scripts}" ]; then