Comments.

This commit is contained in:
Devin Teske 2013-01-03 15:48:00 +00:00
parent f4131300c4
commit 450f13a446
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=244994

View File

@ -64,10 +64,16 @@ export UNAME_R="$(uname -r)" # Release Level (i.e. X.Y-RELEASE)
############################################################ FUNCTIONS
# f_dprintf $fmt [ $opts ... ]
#
# Sensible debug function. Override in ~/.bsdconfigrc if desired.
# See /usr/share/examples/bsdconfig/bsdconfigrc for example.
#
# If $debug is set and non-NULL, prints DEBUG info using printf(1) syntax:
# + To $debugFile, if set and non-NULL
# + To standard output if $debugFile is either NULL or unset
# + To both if $debugFile begins with a single plus-sign (`+')
#
f_dprintf()
{
[ "$debug" ] || return $SUCCESS