svn commit: r251911 - head/usr.sbin/bsdconfig/examples

Devin Teske dteske at FreeBSD.org
Tue Jun 18 08:40:16 UTC 2013


Author: dteske
Date: Tue Jun 18 08:40:16 2013
New Revision: 251911
URL: http://svnweb.freebsd.org/changeset/base/251911

Log:
  Comments.

Modified:
  head/usr.sbin/bsdconfig/examples/bsdconfigrc

Modified: head/usr.sbin/bsdconfig/examples/bsdconfigrc
==============================================================================
--- head/usr.sbin/bsdconfig/examples/bsdconfigrc	Tue Jun 18 08:35:44 2013	(r251910)
+++ head/usr.sbin/bsdconfig/examples/bsdconfigrc	Tue Jun 18 08:40:16 2013	(r251911)
@@ -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
 # }


More information about the svn-src-head mailing list