From 9a3419f035493ae203229cec60aebe7f9221d483 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Mon, 12 Mar 2001 17:18:08 +0000 Subject: use /var/lib/for random seed; /var/run is cleared at bootup (#31521) --- rc.d/init.d/random | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rc.d/init.d/random') diff --git a/rc.d/init.d/random b/rc.d/init.d/random index 94176f81..872468bb 100755 --- a/rc.d/init.d/random +++ b/rc.d/init.d/random @@ -11,7 +11,7 @@ # Source function library. . /etc/init.d/functions -random_seed=/var/run/random-seed +random_seed=/var/lib/random-seed # See how we were called. case "$1" in -- cgit v1.2.1