svn commit: r295343 - head/etc/defaults

Devin Teske dteske at FreeBSD.org
Sat Feb 6 02:32:15 UTC 2016


Author: dteske
Date: Sat Feb  6 02:32:13 2016
New Revision: 295343
URL: https://svnweb.freebsd.org/changeset/base/295343

Log:
  Add comment to explain functionality of code
  
  Thanks to:	rpokala

Modified:
  head/etc/defaults/rc.conf

Modified: head/etc/defaults/rc.conf
==============================================================================
--- head/etc/defaults/rc.conf	Sat Feb  6 02:16:48 2016	(r295342)
+++ head/etc/defaults/rc.conf	Sat Feb  6 02:32:13 2016	(r295343)
@@ -716,6 +716,7 @@ if [ -z "${source_rc_confs_defined}" ]; 
 				;;
 			esac
 		done
+		# Re-do process to pick up [possibly] redined $rc_conf_files
 		for i in ${rc_conf_files}; do
 			case ${sourced_files} in
 			*:$i:*)


More information about the svn-src-all mailing list