From owner-freebsd-stable@FreeBSD.ORG Mon May 10 01:22:54 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 58A0B1065670; Mon, 10 May 2010 01:22:54 +0000 (UTC) (envelope-from jhellenthal@gmail.com) Received: from mail-yx0-f175.google.com (mail-yx0-f175.google.com [209.85.210.175]) by mx1.freebsd.org (Postfix) with ESMTP id EC8548FC0C; Mon, 10 May 2010 01:22:53 +0000 (UTC) Received: by yxe5 with SMTP id 5so1465437yxe.3 for ; Sun, 09 May 2010 18:22:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :x-enigmail-version:content-type:content-transfer-encoding; bh=BiKtvRu11jWwG4nsfqnqazyZCj3WIwcss92zYVTr/BU=; b=PsJ4kwL9/yJVL/yqYFTgtqRNULRTv7Txe9jw0sMXKEVKo0ZUsPnE05c3dMV23+OI0e 1XbFdURUu8cEokl1Pueo+h5KG+rOnMzqhfSYg3+4NCUrRMyxVx2dAIBMyMSTeMaIBz5g qPkEmGJGb1oGR6ZZt8z1oG5yVfukeQ0dm0ufk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; b=cVMUJ7aTHFkVpM6OJM7M80PHx4qh/khs92LNvhelYYBxvKdDi2TDdyyaR4kWdTEObb U7BDU1//rgOq3LLa3YycxIFckSb8UNhyrvsMuDRfDQAsHDHzVQJ6pLUBywYFzut2mJT0 HWNCgC3Uc5C2YFMSpawbPM0MwHQILB45A2Xl0= Received: by 10.231.172.203 with SMTP id m11mr1627560ibz.15.1273454572967; Sun, 09 May 2010 18:22:52 -0700 (PDT) Received: from centel.dataix.local (adsl-99-19-41-129.dsl.klmzmi.sbcglobal.net [99.19.41.129]) by mx.google.com with ESMTPS id bh40sm1411578ibb.12.2010.05.09.18.22.51 (version=SSLv3 cipher=RC4-MD5); Sun, 09 May 2010 18:22:52 -0700 (PDT) Sender: "J. Hellenthal" Message-ID: <4BE75FEC.5090800@dataix.net> Date: Sun, 09 May 2010 21:22:52 -0400 From: jhell User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.1.9) Gecko/20100331 Thunderbird/3.0.4 MIME-Version: 1.0 To: Doug Barton References: <4BE6CB01.9070505@dataix.net> <4BE70499.8020203@FreeBSD.org> In-Reply-To: <4BE70499.8020203@FreeBSD.org> X-Enigmail-Version: 1.0.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: FreeBSD Stable Subject: Re: r207811 rc.subr X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 May 2010 01:22:54 -0000 On 05/09/2010 14:53, Doug Barton wrote: > On 05/09/10 07:47, jhell wrote: >> Hi again Doug, >> >> Just another report about rc.subr r207811. >> >> Cannot 'resync' ipfilter. Set ipfilter_enable to YES in /etc/rc.conf or >> use 'one resync' instead of 'resync'. > > You need to update ALL of your /etc, including /etc/rc.d/netif. > Woh sorry, at some point I lost track of the modifications and missed a couple. Thanks for clearing that up for me Doug. -- jhell