From owner-freebsd-questions@FreeBSD.ORG Mon Nov 15 13:03:37 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0D75E10656D7 for ; Mon, 15 Nov 2010 13:03:37 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 88F5A8FC13 for ; Mon, 15 Nov 2010 13:03:36 +0000 (UTC) Received: by bwz2 with SMTP id 2so5091062bwz.13 for ; Mon, 15 Nov 2010 05:03:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:received :reply-to:in-reply-to:references:date:message-id:subject:from:to:cc :content-type; bh=cUtfeEtz1RBg+G/B5tnjKjPE2wv8bXZP4/cs/UIFp5o=; b=RD/Y+JkYJ68rK439TZiCKRTVomz6dLU3B4+VZUYONZtucmQu40lnV4SAiWX4q7X5/q 27zQPDvv1pIMxkZR/Z8LRqoiDz+aQfrddYNZ7nBVGP0B1jpM2BixXrnh6h9WHdFAHUDR yWZ5UmSvdLXTCDHpeCd8hPxmBIH+48TW+8w6M= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; b=ZqA2RTcZTBPsstusLhiYQw6jh1RBaPVCwpzJn7ZnHhir11JueMvsaPiMPeYrx5G8rA hy6Y5RyVR8C55gWLMFNk9U5ooARkfx71XXpFJUv9LKtkQgxCx3owWj2K1Cz1WYr06Zls Ymka+EutDnnEfWm3HEVXcGfhfHeuKyCc5QWNQ= MIME-Version: 1.0 Received: by 10.204.61.16 with SMTP id r16mr6083881bkh.4.1289826215473; Mon, 15 Nov 2010 05:03:35 -0800 (PST) Received: by 10.204.52.19 with HTTP; Mon, 15 Nov 2010 05:03:35 -0800 (PST) Received: by 10.204.52.19 with HTTP; Mon, 15 Nov 2010 05:03:35 -0800 (PST) In-Reply-To: References: Date: Mon, 15 Nov 2010 13:03:35 +0000 Message-ID: From: Chris Rees To: Wojciech Puchar Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Grant Peel , freebsd-questions@freebsd.org Subject: Re: IPFW at startup. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: utisoft@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Nov 2010 13:03:37 -0000 It's not a great idea to hack the rc.d scripts, they can be clobbered when updating. Chris -------- Sorry for top-posting, Android won't let me quote, but K-9 can't yet do threading. On 15 Nov 2010 08:45, "Wojciech Puchar" wrote: simply edit /etc/rc.d/ipfw and make it doing only what you want. On Sun, 14 Nov 2010, Grant Peel wrote: > Hi all, > > I seem to have one server that does not flus...