diff options
author | mtm <mtm@FreeBSD.org> | 2004-03-04 08:25:53 +0000 |
---|---|---|
committer | mtm <mtm@FreeBSD.org> | 2004-03-04 08:25:53 +0000 |
commit | 92de07075340429605dfbce657bba8df8e8ebb2b (patch) | |
tree | cf86916ebd25b5e92485082d6acced35a41e695f /share/man | |
parent | 94e7c6c5ef6d3de3579f2e234905191fabcbfcbd (diff) | |
download | FreeBSD-src-92de07075340429605dfbce657bba8df8e8ebb2b.zip FreeBSD-src-92de07075340429605dfbce657bba8df8e8ebb2b.tar.gz |
Document the virecover_enable knob.
From the PR:
Certain MTA configurations mean that the notifications from
virecover keep bouncing; so here's a patch to allow administrators
to turn them off.
PR: conf/54910
Reminded by: ru
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man5/rc.conf.5 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5 index 78f39b2..369585c 100644 --- a/share/man/man5/rc.conf.5 +++ b/share/man/man5/rc.conf.5 @@ -2789,6 +2789,14 @@ If set, start a watchdog timer in the background which will terminate if .Xr shutdown 8 has not completed within the specified time (in seconds). +.It Va virecover_enable +.Pq Vt bool +Set to +.Dq Li NO +to prevent the system from trying to +recover pre-maturely terminated +.Xr vi 1 +sessions. .El .Sh FILES .Bl -tag -width ".Pa /etc/defaults/rc.conf" -compact @@ -2847,6 +2855,7 @@ has not completed within the specified time (in seconds). .Xr syslogd 8 , .Xr timed 8 , .Xr usbd 8 , +.Xr vi 1 , .Xr vinum 8 , .Xr yp 8 , .Xr ypbind 8 , |