diff options
author | gjb <gjb@FreeBSD.org> | 2016-07-14 08:19:25 +0000 |
---|---|---|
committer | gjb <gjb@FreeBSD.org> | 2016-07-14 08:19:25 +0000 |
commit | 11fdd090e3cba2ea3294fbede6cd0771fa15310b (patch) | |
tree | 942e9dafc2575ba5a06c8f2710ad90f36853f1c0 /release | |
parent | 65b21de4c4c18888963a56120f8c37a329df170d (diff) | |
download | FreeBSD-src-11fdd090e3cba2ea3294fbede6cd0771fa15310b.zip FreeBSD-src-11fdd090e3cba2ea3294fbede6cd0771fa15310b.tar.gz |
Remove the 'debug.witness.trace' entry, as WITNESS is not
enabled on stable branches by default.
This is a direct commit to stable/11.
Approved by: re (kib)
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'release')
-rw-r--r-- | release/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/release/Makefile b/release/Makefile index 60a86c7..9be27b8 100644 --- a/release/Makefile +++ b/release/Makefile @@ -187,7 +187,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 cp ${.CURDIR}/rc.local ${.TARGET}/etc touch ${.TARGET} @@ -213,7 +212,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 cp ${.CURDIR}/rc.local ${.TARGET}/etc @@ -236,7 +234,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 cp ${.CURDIR}/rc.local ${.TARGET}/etc touch ${.TARGET} |