diff options
author | Johan Karlsson <johan@FreeBSD.org> | 2004-02-07 23:13:28 +0000 |
---|---|---|
committer | Johan Karlsson <johan@FreeBSD.org> | 2004-02-07 23:13:28 +0000 |
commit | c1405562c4f1c5c6127461c96ebb3eeae5717c7d (patch) | |
tree | 4717bf08b39d3b1a30e97e4c3cc4256aa897ea28 /etc/rc.d/random | |
parent | 3aa5a3ad90ea0e8a3ee392283bbeebb71509206c (diff) |
Notes
Diffstat (limited to 'etc/rc.d/random')
-rw-r--r-- | etc/rc.d/random | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/random b/etc/rc.d/random index 99de54b95a813..22aeef432df7f 100644 --- a/etc/rc.d/random +++ b/etc/rc.d/random @@ -52,7 +52,7 @@ random_start() random_stop() { - # Write some entropy so when the machine reebots /dev/random + # Write some entropy so when the machine reboots /dev/random # can be reseeded # case ${entropy_file} in |