From 1fd9ce20a5be3a791820e34246ccf84fd0987113 Mon Sep 17 00:00:00 2001 From: Donnie Barnes Date: Thu, 30 Apr 1998 21:50:48 +0000 Subject: various cleanups --- rc.d/init.d/random | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'rc.d/init.d/random') diff --git a/rc.d/init.d/random b/rc.d/init.d/random index 04de99d1..55775f1a 100755 --- a/rc.d/init.d/random +++ b/rc.d/init.d/random @@ -8,6 +8,9 @@ # description: Saves and restores system entropy pool for higher quality \ # random number generation. +# Source function library. +. /etc/rc.d/init.d/functions + random_seed=/var/run/random-seed # See how we were called. @@ -51,7 +54,7 @@ case "$1" in *) # do not advertise unreasonable commands that there is no reason # to use with this device - echo "Usage: random {start|stop}" + echo "Usage: random {start|stop|status|restart|reload}" exit 1 esac -- cgit v1.2.1