diff options
author | des <des@FreeBSD.org> | 2001-10-10 00:45:52 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2001-10-10 00:45:52 +0000 |
commit | c7f5c400617e9ce84f07a7ca4a3e8d5825d84645 (patch) | |
tree | c1be5e8c34737c19bf108e55336c5620f2f0cec6 /share | |
parent | f51eaee62f1741aa1e1ae2c617c4219ef53e3cd8 (diff) | |
download | FreeBSD-src-c7f5c400617e9ce84f07a7ca4a3e8d5825d84645.zip FreeBSD-src-c7f5c400617e9ce84f07a7ca4a3e8d5825d84645.tar.gz |
Document the dumpdir variable, and write a better description of the dumpdev
variable.
MFC: 1 week
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/rc.conf.5 | 29 |
1 files changed, 18 insertions, 11 deletions
diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5 index a90c330..cd83de0 100644 --- a/share/man/man5/rc.conf.5 +++ b/share/man/man5/rc.conf.5 @@ -1639,18 +1639,25 @@ then these are the flags to pass to the daemon. .It Va dumpdev .Pq Vt str -If not set to -.Dq NO -then point kernel crash-dumps at the swap device -specified as -.Em value . -When the system restarts, -a crash-dump found on the specified device -will typically be stored in the -.Pa /var/crash -directory by the +Indicates the device (usually a swap partition) to which a crash dump +should be written in the event of a system crash. +The value of this variable is passed as the argument to +.Xr dumpon 8 . +To disable crash dumps, set this variable to +.Dq NO . +.It Va dumpdir +.Pq Vt str +When the system reboots after a crash and a crash dump is found on the +device specified by the +.Va dumpdev +variable, .Xr savecore 8 -program. +will save that crash dump and a copy of the kernel to the directory +specified by the +.Va dumpdir +variable. +The default value is +.Dq /var/crash . .It Va enable_quotas .Pq Vt bool Set to |