Author: dteske Date: Mon Apr 22 21:19:44 2013 New Revision: 249781 URL: http://svnweb.freebsd.org/changeset/base/249781
Log: Preserve debugFile preference across the exec boundary. Modified: head/usr.sbin/bsdconfig/share/common.subr Modified: head/usr.sbin/bsdconfig/share/common.subr ============================================================================== --- head/usr.sbin/bsdconfig/share/common.subr Mon Apr 22 21:11:27 2013 (r249780) +++ head/usr.sbin/bsdconfig/share/common.subr Mon Apr 22 21:19:44 2013 (r249781) @@ -120,6 +120,7 @@ f_debug_init() # Make debugging persistant if set # [ "$debug" ] && export debug + [ "$debugFile" ] && export debugFile # # Truncate the debug file upon. Note that we will trim a leading plus _______________________________________________ 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"