svn commit: r259115 - head/usr.sbin/bsdinstall
Devin Teske
dteske at FreeBSD.org
Mon Dec 9 03:38:19 UTC 2013
Author: dteske
Date: Mon Dec 9 03:38:18 2013
New Revision: 259115
URL: http://svnweb.freebsd.org/changeset/base/259115
Log:
Forgot to utilize feature added in SVN r257782 to prevent truncating
/tmp/bsdinstall_log each time we exec a module.
MFC after: 3 days
Modified:
head/usr.sbin/bsdinstall/bsdinstall
Modified: head/usr.sbin/bsdinstall/bsdinstall
==============================================================================
--- head/usr.sbin/bsdinstall/bsdinstall Mon Dec 9 02:06:52 2013 (r259114)
+++ head/usr.sbin/bsdinstall/bsdinstall Mon Dec 9 03:38:18 2013 (r259115)
@@ -33,6 +33,7 @@
# re-processing of flags (all children log to the parent's log file).
#
export DEBUG_SELF_INITIALIZE=
+export DEBUG_INITIALIZE_FILE=
BSDCFG_SHARE="/usr/share/bsdconfig"
. $BSDCFG_SHARE/common.subr || exit 1
More information about the svn-src-head
mailing list