aboutsummaryrefslogtreecommitdiff
path: root/etc/defaults/rc.conf
diff options
context:
space:
mode:
authorMike Makonnen <mtm@FreeBSD.org>2004-03-03 15:21:01 +0000
committerMike Makonnen <mtm@FreeBSD.org>2004-03-03 15:21:01 +0000
commit30c360afba6d78366b3af5ba506b697b562cba20 (patch)
treed35e67a1dc7be1e74ef6db32a05ace52c6a4bd21 /etc/defaults/rc.conf
parent5eb48ad91ead3512009c166e294878179731126e (diff)
downloadsrc-30c360afba6d78366b3af5ba506b697b562cba20.tar.gz
src-30c360afba6d78366b3af5ba506b697b562cba20.zip
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 Submitted by: bms (with a minor cleanup)
Notes
Notes: svn path=/head/; revision=126554
Diffstat (limited to 'etc/defaults/rc.conf')
-rw-r--r--etc/defaults/rc.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index e627fce2a576..fe84b8d6c352 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -448,6 +448,7 @@ performance_cx_lowest="HIGH" # Online CPU idle state
performance_throttle_state="HIGH" # Online throttling state
economy_cx_lowest="LOW" # Offline CPU idle state
economy_throttle_state="HIGH" # Offline throttling state
+virecover_enable="YES" # Perform housekeeping for the vi(1) editor
##############################################################
### Jail Configuration #######################################