Change the default for dumpdev to "AUTO". It should be reverted to "NO"

on RELENG_* branches.
This commit is contained in:
Dag-Erling Smørgrav 2005-06-07 15:22:08 +00:00
parent f07bf52735
commit cad530b9d3

View File

@ -443,7 +443,7 @@ chkprintcap_enable="NO" # Run chkprintcap(8) before running lpd.
chkprintcap_flags="-d" # Create missing directories by default.
usbd_enable="NO" # Run the usbd daemon.
usbd_flags="" # Flags to usbd (if enabled).
dumpdev="NO" # Device to crashdump to (device name, AUTO, or NO).
dumpdev="AUTO" # Device to crashdump to (device name, AUTO, or NO).
dumpdir="/var/crash" # Directory where crash dumps are to be stored
savecore_flags="" # Used if dumpdev is enabled above, and present.
enable_quotas="NO" # turn on quotas on startup (or NO).