summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2013-10-10 17:59:44 +0000
committergjb <gjb@FreeBSD.org>2013-10-10 17:59:44 +0000
commitcfff9c715ed49847a2e6233558f6c309d78728fa (patch)
tree1b4550482d29518580c8c931a3e31bcf2b9b9619 /etc
parent05ff1e9e04a60268403a064963e18a399421cb38 (diff)
downloadFreeBSD-src-cfff9c715ed49847a2e6233558f6c309d78728fa.zip
FreeBSD-src-cfff9c715ed49847a2e6233558f6c309d78728fa.tar.gz
- Remove debugging from GENERIC* kernel configurations
- Enable MALLOC_PRODUCTION - Default dumpdev=NO - Remove UPDATING entry regarding debugging features - Bump __FreeBSD_version to 1000500 Approved by: re (implicit) Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'etc')
-rw-r--r--etc/defaults/rc.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index b7a9a0e..61c0f6a 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -604,7 +604,7 @@ lpd_flags="" # Flags to lpd (if enabled).
nscd_enable="NO" # Run the nsswitch caching daemon.
chkprintcap_enable="NO" # Run chkprintcap(8) before running lpd.
chkprintcap_flags="-d" # Create missing directories by default.
-dumpdev="AUTO" # Device to crashdump to (device name, AUTO, or NO).
+dumpdev="NO" # Device to crashdump to (device name, AUTO, or NO).
dumpdir="/var/crash" # Directory where crash dumps are to be stored
savecore_flags="-m 10" # Used if dumpdev is enabled above, and present.
# By default, only the 10 most recent kernel dumps
OpenPOWER on IntegriCloud