From owner-freebsd-rc@FreeBSD.ORG Mon Jul 28 21:50:05 2008 Return-Path: Delivered-To: freebsd-rc@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CB7F21065674 for ; Mon, 28 Jul 2008 21:50:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id AEC658FC12 for ; Mon, 28 Jul 2008 21:50:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m6SLo5Bw041675 for ; Mon, 28 Jul 2008 21:50:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m6SLo5pS041674; Mon, 28 Jul 2008 21:50:05 GMT (envelope-from gnats) Date: Mon, 28 Jul 2008 21:50:05 GMT Message-Id: <200807282150.m6SLo5pS041674@freefall.freebsd.org> To: freebsd-rc@FreeBSD.org From: John Baldwin Cc: Subject: Re: bin/65258: [patch] [request] save /etc/rc.firewall from changing for standard firewall types X-BeenThere: freebsd-rc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: John Baldwin List-Id: "Discussion related to /etc/rc.d design and implementation." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jul 2008 21:50:05 -0000 The following reply was made to PR bin/65258; it has been noted by GNATS. From: John Baldwin To: bug-followup@FreeBSD.org, netch@netch.kiev.ua Cc: net@FreeBSD.org Subject: Re: bin/65258: [patch] [request] save /etc/rc.firewall from changing for standard firewall types Date: Mon, 28 Jul 2008 16:25:57 -0400 An updated patch is available at http://www.FreeBSD.org/~jhb/patches/firewall_rc_conf.patch. I'm not sure that we need to have the default values in /etc/rc.firewall anymore though with this patch. I think I'd rather make the script error out if any of the required values aren't supplied. Also, I updated the description of the other firewall toggles that are only for the "workstation" type to indicate as such in their comments. -- John Baldwin