From owner-svn-src-all@FreeBSD.ORG Thu Apr 2 18:21:28 2015 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CCFDDFC1; Thu, 2 Apr 2015 18:21:28 +0000 (UTC) Received: from mail-pd0-x22d.google.com (mail-pd0-x22d.google.com [IPv6:2607:f8b0:400e:c02::22d]) (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 9E788DBE; Thu, 2 Apr 2015 18:21:28 +0000 (UTC) Received: by pdea3 with SMTP id a3so45641929pde.3; Thu, 02 Apr 2015 11:21:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:mime-version:in-reply-to:content-type :content-transfer-encoding:message-id:cc:from:subject:date:to; bh=4Hwv8SEVwwvjT5BoQrHxFmls4iMAZHHl3c0lQytQaso=; b=lh+c5cJsdmfCjVXW6nQNqaR2il/oUBk10kwuJjq9kIRCEO+DqoGjP7BfG0+NB338oN 1E4hy+onndp+WJgB5b5Qba0OckFhdIztdz5Rwtx1Ab4vppT/UphpsaDo5Nf0ErVy+bhs vOaGDs+yjhEjTQG51L9OB5CuCNFcM9Xda+yuUpSZgcM6FqAsaTSNKtFZ7pGo2VHMXk0w KzG+G1KKOD9jW5hDyI7IMElP7R7K6eQS8cCY0trrScnVf3aVFfHkeVKKMPRdsxxKsylO iGnfaa6NJBmgobIZoeLNm+vLeeFI2UBl6dNQMPCfwhJXF6CUNemWPOwIjSjkuRE/b6qo 9mqw== X-Received: by 10.68.139.225 with SMTP id rb1mr18629626pbb.93.1427998888143; Thu, 02 Apr 2015 11:21:28 -0700 (PDT) Received: from [10.48.86.211] ([166.170.42.11]) by mx.google.com with ESMTPSA id ap4sm5887626pbd.2.2015.04.02.11.21.27 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 02 Apr 2015 11:21:27 -0700 (PDT) References: <201504021118.t32BIiBS008513@svn.freebsd.org> <20150402170926.GA1163@brick.home> Mime-Version: 1.0 (1.0) In-Reply-To: <20150402170926.GA1163@brick.home> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Message-Id: X-Mailer: iPhone Mail (12D508) From: Garrett Cooper Subject: Re: svn commit: r280982 - head/usr.bin/iscsictl Date: Thu, 2 Apr 2015 11:15:54 -0700 To: Edward Tomasz Napierala Cc: "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Apr 2015 18:21:28 -0000 > On Apr 2, 2015, at 10:09, Edward Tomasz Napierala wrot= e: >=20 >> On 0402T0750, Garrett Cooper wrote: >>=20 >>> On Apr 2, 2015, at 04:18, Edward Tomasz Napierala wr= ote: >>>=20 >>> Author: trasz >>> Date: Thu Apr 2 11:18:43 2015 >>> New Revision: 280982 >>> URL: https://svnweb.freebsd.org/changeset/base/280982 >>>=20 >>> Log: >>> Rewrite iscsi.conf(5) to better match iscsictl(8). >>>=20 >>> MFC after: 1 month >>> Sponsored by: The FreeBSD Foundation >>=20 >> Relnotes: yes/add an updating entry? >=20 > I'm not sure, it's only a man page update - the file format syntax > didn't change. Ah, ok. I thought the format changes. Nevermind :)..=