From 1c6d60de932c8553af44629218cb9697bc0f2ef1 Mon Sep 17 00:00:00 2001 From: Devin Teske Date: Thu, 7 Nov 2013 10:48:00 +0000 Subject: [PATCH] Comments. --- usr.sbin/bsdconfig/startup/share/rcconf.subr | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.sbin/bsdconfig/startup/share/rcconf.subr b/usr.sbin/bsdconfig/startup/share/rcconf.subr index f8f9a66c426..1ff57fd59fb 100644 --- a/usr.sbin/bsdconfig/startup/share/rcconf.subr +++ b/usr.sbin/bsdconfig/startup/share/rcconf.subr @@ -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 #