summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsdconfig/startup
diff options
context:
space:
mode:
authordteske <dteske@FreeBSD.org>2013-11-21 03:38:47 +0000
committerdteske <dteske@FreeBSD.org>2013-11-21 03:38:47 +0000
commit7f36b7bf087251733bd30c159e873d5bd427ed53 (patch)
treeaae33fabe9f1e42be0a42e4ffb105e726fff344b /usr.sbin/bsdconfig/startup
parenta2ed0ef7f6d3effa506eee672d738f5ec99b5254 (diff)
downloadFreeBSD-src-7f36b7bf087251733bd30c159e873d5bd427ed53.zip
FreeBSD-src-7f36b7bf087251733bd30c159e873d5bd427ed53.tar.gz
MFC r257755-257756,257780-257785,257787-257793, and
257795,257817,257819,257937-257938,258029,258263-258267: 257755: SRV records 257756: fix spurious error message 257780: Whitespace 257781: Comments and funny syntax 257782: Debug file truncation is optional 257783: f_show_err for debugging 257784: f_eval_catch for debugging 257785: fix size calculations bug 257787: fix broken HTTP "any" media type 257788: more debugging 257789: Comments 257790: fix printf usage bug 257791: f_[v]sprintf added 257792: Comments 257793: fix off-by-one error in size calcs 257795: Replace pkg-tools with pkgng 257817: fix cosmetic typos 257819: Use `pkg -vv' to get ABI 257937: Adjustment to last 257938: Adjustment to last 258029: Comments 258263: Shuffle code around 258264: Remove unused code 258265: Debugging. Use f_eval_catch with pkg 258266: Shutdown media on exit from packages 258267: Fix pkg install from DVD Reviewed by: many Discussed on: -current Approved by: re (hrs)
Diffstat (limited to 'usr.sbin/bsdconfig/startup')
-rw-r--r--usr.sbin/bsdconfig/startup/share/rcconf.subr4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bsdconfig/startup/share/rcconf.subr b/usr.sbin/bsdconfig/startup/share/rcconf.subr
index f8f9a66..1ff57fd 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
#
OpenPOWER on IntegriCloud