From owner-freebsd-stable Fri Apr 26 17:19:31 2002 Delivered-To: freebsd-stable@freebsd.org Received: from newtrinity.default-network.net (newtrinity.default-network.net [62.159.128.162]) by hub.freebsd.org (Postfix) with ESMTP id B72E937B404; Fri, 26 Apr 2002 17:19:20 -0700 (PDT) Received: from newtrinity.default-network.net (corex@localhost [127.0.0.1]) by newtrinity.default-network.net (8.12.3/8.12.3/DEFAULT-NETWORK.NET) with ESMTP id g3R0JIDp008741; Sat, 27 Apr 2002 02:19:18 +0200 (CEST) (envelope-from corex@newtrinity.default-network.net) Received: (from corex@localhost) by newtrinity.default-network.net (8.12.3/8.12.3/Submit) id g3R0JIOi008740; Sat, 27 Apr 2002 02:19:18 +0200 (CEST) (envelope-from corex) Date: Sat, 27 Apr 2002 02:19:18 +0200 From: marius@alchemy.franken.de To: Doug Barton Cc: des@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG Subject: wrong comment in /etc/rc.conf (was: *** HEAD'S UP ***) Message-ID: <20020427021918.B24010@newtrinity.default-network.net> References: <20020419153704.M17393-100000@zoot.corp.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020419153704.M17393-100000@zoot.corp.yahoo.com>; from DougB@FreeBSD.ORG on Fri, Apr 19, 2002 at 03:37:27PM -0700 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hi revision 1.53.2.53 of /etc/rc.conf changed the following comment: -# For the following option, you need to build your kernel with the -# TCP_DROP_SYNFIN option set. Please refer to LINT for details. +# For the following two options, you need to have TCP_DROP_SYNFIN and +# TCP_RESTRICT_RST set in your kernel. Please refer to LINT for details. which is wrong as TCP_RESTRICT_RST is no longer available in -stable. the comment and the option were initially removed in revision 1.53.2.23. as for -current i think des forgot to change the comment accordingly when removing tcp_restrict_rst in revision 1.97 but not sure here as i'm not running -current. marius To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message