svn commit: r301028 - head/etc/rc.d

Edward Tomasz Napierala trasz at FreeBSD.org
Tue May 31 08:31:36 UTC 2016


Author: trasz
Date: Tue May 31 08:31:34 2016
New Revision: 301028
URL: https://svnweb.freebsd.org/changeset/base/301028

Log:
  Cosmetics: add missing space after the ':' in etc/rc.d/random.
  
  MFC after:	1 month
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/etc/rc.d/random

Modified: head/etc/rc.d/random
==============================================================================
--- head/etc/rc.d/random	Tue May 31 08:27:39 2016	(r301027)
+++ head/etc/rc.d/random	Tue May 31 08:31:34 2016	(r301028)
@@ -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"


More information about the svn-src-all mailing list