summaryrefslogtreecommitdiffstats
path: root/etc/defaults
diff options
context:
space:
mode:
authorthomas <thomas@FreeBSD.org>2005-04-12 15:21:51 +0000
committerthomas <thomas@FreeBSD.org>2005-04-12 15:21:51 +0000
commit87d4b4820b3f32493e792c8cb289ea1b7659d3cc (patch)
tree2d1bd0d6a88208ff344c98c4e352b6ee710b94c3 /etc/defaults
parenta404b5c683f61145c45d4eff583ed72f34d0db29 (diff)
downloadFreeBSD-src-87d4b4820b3f32493e792c8cb289ea1b7659d3cc.zip
FreeBSD-src-87d4b4820b3f32493e792c8cb289ea1b7659d3cc.tar.gz
Document that dumpdev may be set to AUTO to dump to the first appropriate
swap device listed in /etc/fstab.
Diffstat (limited to 'etc/defaults')
-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 a187755..6bc7efe 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -436,7 +436,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 name to crashdump to (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="" # Used if dumpdev is enabled above, and present.
enable_quotas="NO" # turn on quotas on startup (or NO).
OpenPOWER on IntegriCloud