conf/54910: [PATCH] Add rc.conf option to disable virecover

Bruce M Simpson bms at spc.org
Sun Jul 27 03:30:23 PDT 2003


>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 at 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:


More information about the freebsd-bugs mailing list