summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authordteske <dteske@FreeBSD.org>2016-02-06 02:32:13 +0000
committerdteske <dteske@FreeBSD.org>2016-02-06 02:32:13 +0000
commitd6e962f26838a991c43b1f03ba2051ebb6eb8e3a (patch)
treebd7245c06e0f30b76fc8ad068bf2135f87411442 /etc
parent0e082dce884fa04860090796745506c7bbcfadca (diff)
downloadFreeBSD-src-d6e962f26838a991c43b1f03ba2051ebb6eb8e3a.zip
FreeBSD-src-d6e962f26838a991c43b1f03ba2051ebb6eb8e3a.tar.gz
Add comment to explain functionality of code
Thanks to: rpokala
Diffstat (limited to 'etc')
-rw-r--r--etc/defaults/rc.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index f8ca47f..5e41291 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -716,6 +716,7 @@ if [ -z "${source_rc_confs_defined}" ]; then
;;
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:*)
OpenPOWER on IntegriCloud