Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Feb 2016 02:32:13 +0000 (UTC)
From:      Devin Teske <dteske@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r295343 - head/etc/defaults
Message-ID:  <201602060232.u162WDPw055372@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:*)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602060232.u162WDPw055372>