summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsdconfig/examples
diff options
context:
space:
mode:
authordteske <dteske@FreeBSD.org>2013-06-18 08:40:16 +0000
committerdteske <dteske@FreeBSD.org>2013-06-18 08:40:16 +0000
commitfc69930cba5b776ce048315ea80adde3a528a0a6 (patch)
tree45365db1cfbc379c940015afc1ccea7b0448dfe1 /usr.sbin/bsdconfig/examples
parent7834e82563d4cf53d3a3501f4b6f262a2edab009 (diff)
downloadFreeBSD-src-fc69930cba5b776ce048315ea80adde3a528a0a6.zip
FreeBSD-src-fc69930cba5b776ce048315ea80adde3a528a0a6.tar.gz
Comments.
Diffstat (limited to 'usr.sbin/bsdconfig/examples')
-rw-r--r--usr.sbin/bsdconfig/examples/bsdconfigrc14
1 files changed, 10 insertions, 4 deletions
diff --git a/usr.sbin/bsdconfig/examples/bsdconfigrc b/usr.sbin/bsdconfig/examples/bsdconfigrc
index 21d4264..2e3155f 100644
--- a/usr.sbin/bsdconfig/examples/bsdconfigrc
+++ b/usr.sbin/bsdconfig/examples/bsdconfigrc
@@ -27,10 +27,16 @@
# This file allows you to customize the behavior of bsdconfig.
# Copy it to your $HOME/.bsdconfigrc and edit to suit.
-# defaults are shown.
-# debugging aid for development
+# Debugging aids for development
+#
+#debug=1
+#debugFile=$HOME/out
+#debugFile=+$HOME/out # includes debug to stdout
+
+# Optionally override functions to be more verbose (like including the date)
+#
# f_dprintf() {
-# local format="$1"; shift
-# printf "$(date):$pgm:$format\n" "$@" >> $HOME/out
+# local format="$1"; shift
+# printf "$(date):$pgm:$format\n" "$@" >> $HOME/out
# }
OpenPOWER on IntegriCloud