diff options
| author | Thomas Quinot <thomas@FreeBSD.org> | 2005-04-12 15:21:51 +0000 |
|---|---|---|
| committer | Thomas Quinot <thomas@FreeBSD.org> | 2005-04-12 15:21:51 +0000 |
| commit | a5562a139af6c1601fbc24af995b4485aa43a10d (patch) | |
| tree | 2d1bd0d6a88208ff344c98c4e352b6ee710b94c3 /etc/defaults | |
| parent | 2bd5d8147a8734f36e5069c6162efcec59b060b1 (diff) | |
Notes
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 a187755c0178..6bc7efeeeee1 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). |
