svn commit: r285882 - head/sys/boot/forth

Edward Tomasz Napierala trasz at FreeBSD.org
Sat Jul 25 20:17:20 UTC 2015


Author: trasz
Date: Sat Jul 25 20:17:19 2015
New Revision: 285882
URL: https://svnweb.freebsd.org/changeset/base/285882

Log:
  Use consistent spacing.
  
  MFC after:	1 month
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/sys/boot/forth/loader.conf

Modified: head/sys/boot/forth/loader.conf
==============================================================================
--- head/sys/boot/forth/loader.conf	Sat Jul 25 20:15:29 2015	(r285881)
+++ head/sys/boot/forth/loader.conf	Sat Jul 25 20:17:19 2015	(r285882)
@@ -39,7 +39,7 @@ bitmap_type="splash_image_data" # and pl
 
 
 ##############################################################
-###  Random number generator configuration ###################
+###  Random number generator configuration  ##################
 ##############################################################
 
 # See rc.conf(5). The entropy_boot_file config variable must agree with the
@@ -55,7 +55,7 @@ entropy_cache_type="/boot/entropy"	# Req
 
 
 ##############################################################
-###  RAM Blacklist configuration #############################
+###  RAM Blacklist configuration  ############################
 ##############################################################
 
 ram_blacklist_load="NO"			# Set this to YES to load a file
@@ -173,7 +173,7 @@ module_path="/boot/modules"	# Set the mo
 
 
 ##############################################################
-### ATA modules ##############################################
+###  ATA modules  ############################################
 ##############################################################
 
 ataacard_load="NO"		# ACARD
@@ -543,7 +543,7 @@ acpi_video_load="NO"		# Load the ACPI vi
 
 
 ##############################################################
-### TrustedBSD MAC settings ##################################
+###  TrustedBSD MAC settings  ################################
 ##############################################################
 
 mac_biba_load="NO"		# Biba MAC policy


More information about the svn-src-all mailing list