From bms@spc.org  Sun Jul 27 03:26:47 2003
Return-Path: <bms@spc.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 6E0F337B401
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 27 Jul 2003 03:26:47 -0700 (PDT)
Received: from bigboy.spc.org (bigboy.spc.org [195.206.69.225])
	by mx1.FreeBSD.org (Postfix) with ESMTP id D515743F3F
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 27 Jul 2003 03:26:46 -0700 (PDT)
	(envelope-from bms@spc.org)
Received: from saboteur.dek.spc.org (unknown [81.3.72.68])
	(using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits))
	(No client certificate requested)
	by bigboy.spc.org (Postfix) with ESMTP id 18337316A
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 27 Jul 2003 11:27:24 +0100 (BST)
Received: by saboteur.dek.spc.org (Postfix, from userid 1001)
	id CF67EE8; Sun, 27 Jul 2003 11:26:39 +0100 (BST)
Message-Id: <20030727102639.CF67EE8@saboteur.dek.spc.org>
Date: Sun, 27 Jul 2003 11:26:39 +0100 (BST)
From: Bruce M Simpson <bms@spc.org>
Reply-To: Bruce M Simpson <bms@spc.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] Add rc.conf option to disable virecover
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         54910
>Category:       conf
>Synopsis:       [PATCH] Add rc.conf option to disable virecover
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    mtm
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 27 03:30:21 PDT 2003
>Closed-Date:    Wed Mar 03 07:21:47 PST 2004
>Last-Modified:  Wed Mar 03 07:21:47 PST 2004
>Originator:     Bruce M Simpson
>Release:        FreeBSD 5.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD saboteur.dek.spc.org 5.1-RELEASE FreeBSD 5.1-RELEASE #3: Mon Jun 23 06:55:01 BST 2003 root@saboteur.dek.spc.org:/usr/src/sys/i386/compile/SABOTEUR i386


	
>Description:
	Certain MTA configurations mean that the notifications from
	virecover keep bouncing; so here's a patch to allow administrators
	to turn them off.
>How-To-Repeat:
	
>Fix:

	

--- x1 begins here ---
--- virecover.orig	Sun Jul 27 11:19:54 2003
+++ virecover	Sun Jul 27 11:24:08 2003
@@ -14,6 +14,7 @@
 . /etc/rc.subr
 
 name="virecover"
+rcvar="virecover_enable"
 stop_cmd=":"
 
 case ${OSTYPE} in
--- x1 ends here ---

--- x2 begins here ---
--- rc.conf.orig	Sun Jul 27 11:20:19 2003
+++ rc.conf	Sun Jul 27 11:21:20 2003
@@ -429,6 +429,7 @@
 jail_set_hostname_allow="YES" # Allow root user in a jail to change its hostname
 jail_socket_unixiproute_only="YES" # Route only TCP/IP within a jail
 jail_sysvipc_allow="NO"       # Allow SystemV IPC use from within a jail
+virecover_enable="YES"	# Perform housekeeping for the vi(1) editor
 
 ##############################################################
 ### Define source_rc_confs, the mechanism used by /etc/rc.* ##
--- x2 ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->mtm 
Responsible-Changed-By: ceri 
Responsible-Changed-When: Sun Jul 27 13:25:13 PDT 2003 
Responsible-Changed-Why:  
Passing to the most active committer in this area. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=54910 
State-Changed-From-To: open->closed 
State-Changed-By: mtm 
State-Changed-When: Wed Mar 3 07:21:16 PST 2004 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=54910 
>Unformatted:
