From owner-svn-src-head@FreeBSD.ORG Thu Oct 25 11:37:44 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1EA9653A; Thu, 25 Oct 2012 11:37:44 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (tensor.andric.com [87.251.56.140]) by mx1.freebsd.org (Postfix) with ESMTP id C891D8FC12; Thu, 25 Oct 2012 11:37:43 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7:0:ed82:888c:f11e:aaaf] (unknown [IPv6:2001:7b8:3a7:0:ed82:888c:f11e:aaaf]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id EE5B55C59; Thu, 25 Oct 2012 13:37:41 +0200 (CEST) Message-ID: <50892486.9030201@FreeBSD.org> Date: Thu, 25 Oct 2012 13:37:42 +0200 From: Dimitry Andric Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Brian Somers Subject: Re: svn commit: r242074 - head/etc/rc.d References: <201210250837.q9P8b9ur012402@svn.freebsd.org> In-Reply-To: <201210250837.q9P8b9ur012402@svn.freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Oct 2012 11:37:44 -0000 On 2012-10-25 10:37, Brian Somers wrote: ... > URL: http://svn.freebsd.org/changeset/base/242074 > > Log: > Enable "accept_rtadvd" on interfaces running rtadvd. ... > + for iface in ${command_args}; do > + ifconfig ${iface} inet6 -accept_rtadv > + done The commit message says it enables accept_rtadv, the code actually disables it. Which is correct? I assume the latter?