Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Jul 2003 11:26:39 +0100 (BST)
From:      Bruce M Simpson <bms@spc.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   conf/54910: [PATCH] Add rc.conf option to disable virecover
Message-ID:  <20030727102639.CF67EE8@saboteur.dek.spc.org>
Resent-Message-ID: <200307271030.h6RAUM0h078337@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         54910
>Category:       conf
>Synopsis:       [PATCH] Add rc.conf option to disable virecover
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 27 03:30:21 PDT 2003
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030727102639.CF67EE8>