From owner-svn-src-head@FreeBSD.ORG Thu Apr 2 17:09:32 2015 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3A36B17F; Thu, 2 Apr 2015 17:09:32 +0000 (UTC) Received: from mail-wi0-x22e.google.com (mail-wi0-x22e.google.com [IPv6:2a00:1450:400c:c05::22e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B848A281; Thu, 2 Apr 2015 17:09:31 +0000 (UTC) Received: by widdi4 with SMTP id di4so85596401wid.0; Thu, 02 Apr 2015 10:09:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:mail-followup-to :references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=b6i04yMcpmQkeyWUYi6+G54JdwVOxJpUBVAUhGUUy+s=; b=DR7X46fd+zMynARRoRJTobz4qKROg1Sl2Yc/hMg3/ajNDKwt843+1itw90CtiYLwDL Env9qK3LTI659zcMdP40isAZcVOYWLWmArvBTsy8bWbgUIQEgC9hnDcJYWQDXH+PINTZ hKh0y78sEXMeeziECOP2w6AXCtT3M1vKQUOCqpzAsjClbGWeKhnzSGK4wM1esRWe/5H+ ntNqo/fBee0L5GukUjrkM4Yneb291ce39Xhot55KieCKpy5rUZGlGBqVjv+yMhDGCWze q3PgExArg43UpJjNHzimaYRIRef6JdVi8bVIy5rMILZIu1kDAyK1z3fxhUiedw+DJRw3 XqxQ== X-Received: by 10.194.61.100 with SMTP id o4mr96790295wjr.28.1427994570140; Thu, 02 Apr 2015 10:09:30 -0700 (PDT) Received: from brick.home (eia111.neoplus.adsl.tpnet.pl. [83.21.116.111]) by mx.google.com with ESMTPSA id w8sm8073169wja.4.2015.04.02.10.09.28 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 02 Apr 2015 10:09:28 -0700 (PDT) Sender: =?UTF-8?Q?Edward_Tomasz_Napiera=C5=82a?= Date: Thu, 2 Apr 2015 19:09:26 +0200 From: Edward Tomasz Napierala To: Garrett Cooper Subject: Re: svn commit: r280982 - head/usr.bin/iscsictl Message-ID: <20150402170926.GA1163@brick.home> Mail-Followup-To: Garrett Cooper , "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" References: <201504021118.t32BIiBS008513@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) 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.18-1 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, 02 Apr 2015 17:09:32 -0000 On 0402T0750, Garrett Cooper wrote: > > > On Apr 2, 2015, at 04:18, Edward Tomasz Napierala wrote: > > > > Author: trasz > > Date: Thu Apr 2 11:18:43 2015 > > New Revision: 280982 > > URL: https://svnweb.freebsd.org/changeset/base/280982 > > > > Log: > > Rewrite iscsi.conf(5) to better match iscsictl(8). > > > > MFC after: 1 month > > Sponsored by: The FreeBSD Foundation > > Relnotes: yes/add an updating entry? I'm not sure, it's only a man page update - the file format syntax didn't change.