Cosmetics: add missing space after the ':' in etc/rc.d/random.

MFC after:	1 month
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Edward Tomasz Napierala 2016-05-31 08:31:34 +00:00
parent a5fc9a29bb
commit 92fa6c540c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=301028

View File

@ -44,12 +44,12 @@ random_start()
{
if [ ${harvest_mask} -gt 0 ]; then
echo -n 'Setting up harvesting:'
echo -n 'Setting up harvesting: '
${SYSCTL} kern.random.harvest.mask=${harvest_mask} > /dev/null
${SYSCTL_N} kern.random.harvest.mask_symbolic
fi
echo -n 'Feeding entropy:'
echo -n 'Feeding entropy: '
if [ ! -w /dev/random ] ; then
warn "/dev/random is not writeable"