diff options
author | cjc <cjc@FreeBSD.org> | 2002-03-11 08:47:02 +0000 |
---|---|---|
committer | cjc <cjc@FreeBSD.org> | 2002-03-11 08:47:02 +0000 |
commit | 352806ecf32064d3f84e690dc624e0a0aac0507b (patch) | |
tree | beea47b4d820f478eb302713d2683e32de1ef634 /share | |
parent | b32f8d14b134b99cfbf278cdd8ef43cde64f8c05 (diff) | |
download | FreeBSD-src-352806ecf32064d3f84e690dc624e0a0aac0507b.zip FreeBSD-src-352806ecf32064d3f84e690dc624e0a0aac0507b.tar.gz |
Don't protect savecore(8) from being run with a bad dumpdir
argument. Don't fail silently, but let savecore(8) make noise. It
won't behave badly, it doesn't need protection.
At the same time, allow the administrator to have dumpdev enabled
while dumpdir (savecore(8)) is disabled and document how to do it.
PR: conf/35725
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/rc.conf.5 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5 index 91d7c41..4b463d3 100644 --- a/share/man/man5/rc.conf.5 +++ b/share/man/man5/rc.conf.5 @@ -1727,6 +1727,13 @@ specified by the variable. The default value is .Dq /var/crash . +Set to +.Dq NO +to not run +.Xr savecore 8 +at boot time when +.Va dumpdir +is set. .It Va enable_quotas .Pq Vt bool Set to |