From 92fa6c540c7ca0a34623f85e86451bcfafb293b3 Mon Sep 17 00:00:00 2001 From: Edward Tomasz Napierala Date: Tue, 31 May 2016 08:31:34 +0000 Subject: [PATCH] Cosmetics: add missing space after the ':' in etc/rc.d/random. MFC after: 1 month Sponsored by: The FreeBSD Foundation --- etc/rc.d/random | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/rc.d/random b/etc/rc.d/random index 179ccc7ed789..1e4e5b2fc729 100755 --- a/etc/rc.d/random +++ b/etc/rc.d/random @@ -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"