Comments.

This commit is contained in:
Devin Teske 2013-11-07 10:48:00 +00:00
parent 0efb8b7a98
commit 1c6d60de93
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=257792

View File

@ -119,7 +119,7 @@ f_startup_rcconf_map()
fi
#
# create the in-memory cache (potentially from validated on-disk cache)
# Create the in-memory cache (potentially from validated on-disk cache)
#
#
@ -140,7 +140,7 @@ f_startup_rcconf_map()
# the current value and provide error exit status.
#
STARTUP_RCCONF_MAP=$(
( # Get digest as the first word on the first line
( # Get digest as the first word on first line
read digest rest_ignored
#