From 1a32b4cbcf6a80225bd900b465ad2c1a35eb3a43 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Tue, 8 Jun 2004 19:53:25 +0000 Subject: Back out rev 1.3. This is one of the few RC scripts that doesn't use rc.subr, and thus doesn't source rc.conf. :-( --- etc/rc.d/preseedrandom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/rc.d/preseedrandom b/etc/rc.d/preseedrandom index 87ac01a76036..14b2378a9ca0 100644 --- a/etc/rc.d/preseedrandom +++ b/etc/rc.d/preseedrandom @@ -30,7 +30,7 @@ if [ -n "${soft_random_generator}" ] ; then # First pass at reseeding /dev/random. # if [ -w /dev/random ]; then - feed_dev_random ${entropy_file} + feed_dev_random "/entropy" fi echo -n ' kickstart' -- cgit v1.3