From owner-freebsd-bugs@FreeBSD.ORG Sun Jul 27 03:30:23 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 83DEA37B401 for ; Sun, 27 Jul 2003 03:30:23 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 817C643FBD for ; Sun, 27 Jul 2003 03:30:22 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6RAUMUp078338 for ; Sun, 27 Jul 2003 03:30:22 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6RAUM0h078337; Sun, 27 Jul 2003 03:30:22 -0700 (PDT) Resent-Date: Sun, 27 Jul 2003 03:30:22 -0700 (PDT) Resent-Message-Id: <200307271030.h6RAUM0h078337@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Bruce M Simpson Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E0F337B401 for ; 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 ; 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 ; 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 To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: conf/54910: [PATCH] Add rc.conf option to disable virecover X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Bruce M Simpson List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jul 2003 10:30:23 -0000 >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: