svn commit: r339660 - stable/12/release

Glen Barber gjb at FreeBSD.org
Tue Oct 23 16:24:27 UTC 2018


Author: gjb
Date: Tue Oct 23 16:24:26 2018
New Revision: 339660
URL: https://svnweb.freebsd.org/changeset/base/339660

Log:
  Remove debug.witness.trace=0 from the installer sysctl.conf(5),
  which should have been removed from stable/12 post-branch.
  
  This is a direct commit to stable/12.
  
  Reported by:	bdrewery
  Approved by:	re (kib)
  Sponsored by:	The FreeBSD Foundation

Modified:
  stable/12/release/Makefile

Modified: stable/12/release/Makefile
==============================================================================
--- stable/12/release/Makefile	Tue Oct 23 15:34:43 2018	(r339659)
+++ stable/12/release/Makefile	Tue Oct 23 16:24:26 2018	(r339660)
@@ -210,7 +210,6 @@ disc1: packagesystem
 	ln -fs /tmp/bsdinstall_etc/resolv.conf ${.TARGET}/etc/resolv.conf
 	echo sendmail_enable=\"NONE\" > ${.TARGET}/etc/rc.conf
 	echo hostid_enable=\"NO\" >> ${.TARGET}/etc/rc.conf
-	echo debug.witness.trace=0 >> ${.TARGET}/etc/sysctl.conf
 	echo vfs.mountroot.timeout=\"10\" >> ${.TARGET}/boot/loader.conf
 	echo kernels_autodetect=\"NO\" >> ${.TARGET}/boot/loader.conf
 	cp ${.CURDIR}/rc.local ${.TARGET}/etc
@@ -238,7 +237,6 @@ bootonly: packagesystem
 	ln -fs /tmp/bsdinstall_etc/resolv.conf ${.TARGET}/etc/resolv.conf
 	echo sendmail_enable=\"NONE\" > ${.TARGET}/etc/rc.conf
 	echo hostid_enable=\"NO\" >> ${.TARGET}/etc/rc.conf
-	echo debug.witness.trace=0 >> ${.TARGET}/etc/sysctl.conf
 	echo vfs.mountroot.timeout=\"10\" >> ${.TARGET}/boot/loader.conf
 	echo kernels_autodetect=\"NO\" >> ${.TARGET}/boot/loader.conf
 	cp ${.CURDIR}/rc.local ${.TARGET}/etc
@@ -263,7 +261,6 @@ dvd: packagesystem
 	ln -fs /tmp/bsdinstall_etc/resolv.conf ${.TARGET}/etc/resolv.conf
 	echo sendmail_enable=\"NONE\" > ${.TARGET}/etc/rc.conf
 	echo hostid_enable=\"NO\" >> ${.TARGET}/etc/rc.conf
-	echo debug.witness.trace=0 >> ${.TARGET}/etc/sysctl.conf
 	echo vfs.mountroot.timeout=\"10\" >> ${.TARGET}/boot/loader.conf
 	echo kernels_autodetect=\"NO\" >> ${.TARGET}/boot/loader.conf
 	cp ${.CURDIR}/rc.local ${.TARGET}/etc


More information about the svn-src-all mailing list