mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Comments.
This commit is contained in:
parent
0efb8b7a98
commit
1c6d60de93
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in a new issue