summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rwxr-xr-xetc/rc.d/random4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.d/random b/etc/rc.d/random
index 179ccc7..1e4e5b2 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"
OpenPOWER on IntegriCloud