From owner-svn-src-head@FreeBSD.ORG Thu Apr 2 14:50:55 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 17FF425E; Thu, 2 Apr 2015 14:50:55 +0000 (UTC) Received: from mail-pd0-x236.google.com (mail-pd0-x236.google.com [IPv6:2607:f8b0:400e:c02::236]) (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 D4F31ED3; Thu, 2 Apr 2015 14:50:54 +0000 (UTC) Received: by pddn5 with SMTP id n5so91676822pdd.2; Thu, 02 Apr 2015 07:50:54 -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=D76ORG078h9T+1jjWX/8EPrR4N6b2NN+Yh199xkDzNU=; b=Fjmf4a03TT19lwg15gHQHr2V8ADFUVsPuPl4GNfHa0+BnaIk+TRY7w7uyZq2D1MIRt 2ix7jfx7IQwFG+3lD7m9pGejAGpbnbgrrq4odI9fVkZnVGocUDtbX6xp7ZMU97i7tbOH uMtTicwCBpcXKnBVFj9+jnqlBCH0Os3axuy5TLbgpZFs6lH6V18eJaa1JD5LCx38ndKp kP1mLaUDeTJh4pmROhKV9vRQ6h9hFfvD/XjntzQU+xlP69yH6nGgv3lf++EQql4XbiAn 1KmeG9HR9z7o0xe9RsSJC7rEo3RCSb16Oi6TibZTirlnjmEQr95RdU6aBUsqNfpffkyP DeVQ== X-Received: by 10.66.248.132 with SMTP id ym4mr85841796pac.147.1427986254385; Thu, 02 Apr 2015 07:50:54 -0700 (PDT) Received: from [192.168.20.11] (c-98-247-240-204.hsd1.wa.comcast.net. [98.247.240.204]) by mx.google.com with ESMTPSA id i2sm5480388pdo.62.2015.04.02.07.50.53 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 02 Apr 2015 07:50:53 -0700 (PDT) References: <201504021118.t32BIiBS008513@svn.freebsd.org> Mime-Version: 1.0 (1.0) In-Reply-To: <201504021118.t32BIiBS008513@svn.freebsd.org> 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 07:50:51 -0700 To: Edward Tomasz Napierala 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 14:50:55 -0000 > On Apr 2, 2015, at 04:18, Edward Tomasz Napierala wrot= e: >=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 Relnotes: yes/add an updating entry?=