diff options
author | thomas <thomas@FreeBSD.org> | 2005-04-12 15:21:51 +0000 |
---|---|---|
committer | thomas <thomas@FreeBSD.org> | 2005-04-12 15:21:51 +0000 |
commit | 87d4b4820b3f32493e792c8cb289ea1b7659d3cc (patch) | |
tree | 2d1bd0d6a88208ff344c98c4e352b6ee710b94c3 /etc/defaults | |
parent | a404b5c683f61145c45d4eff583ed72f34d0db29 (diff) | |
download | FreeBSD-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.conf | 2 |
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). |