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 # } _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"