From owner-cvs-src-old@FreeBSD.ORG Fri Oct 2 02:28:12 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 82DE0106566B for ; Fri, 2 Oct 2009 02:28:12 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 580AB8FC16 for ; Fri, 2 Oct 2009 02:28:12 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n922SC5D035154 for ; Fri, 2 Oct 2009 02:28:12 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n922SCUL035153 for cvs-src-old@freebsd.org; Fri, 2 Oct 2009 02:28:12 GMT (envelope-from hrs@repoman.freebsd.org) Message-Id: <200910020228.n922SCUL035153@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to hrs@repoman.freebsd.org using -f From: Hiroki Sato Date: Fri, 2 Oct 2009 02:27:49 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc/rc.d netoptions X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Oct 2009 02:28:12 -0000 hrs 2009-10-02 02:27:49 UTC FreeBSD src repository Modified files: etc/rc.d netoptions Log: SVN rev 197698 on 2009-10-02 02:27:49Z by hrs - Fix logic inversion bug of net.inet.tcp.rfc1323[*]. - Split netoptions_start() to netoptions_AF() and add afexists() check for each address family. - Display a message only if the user sets a non-default value, and set a sysctl explicitly even if it is the default value. Spotted by: Pegasus Mc Cleaft[*] Revision Changes Path 1.149 +34 -15 src/etc/rc.d/netoptions