From owner-svn-src-stable@freebsd.org Fri Sep 4 00:59:41 2015 Return-Path: Delivered-To: svn-src-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 18A489C9ACE; Fri, 4 Sep 2015 00:59:41 +0000 (UTC) (envelope-from crodr001@gmail.com) Received: from mail-yk0-x232.google.com (mail-yk0-x232.google.com [IPv6:2607:f8b0:4002:c07::232]) (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 B6686AFA; Fri, 4 Sep 2015 00:59:40 +0000 (UTC) (envelope-from crodr001@gmail.com) Received: by ykei199 with SMTP id i199so6909674yke.0; Thu, 03 Sep 2015 17:59:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=A7KShMHVJOV1tFwCsG4Jbk8l10hC0FNvM1FskeTw+F4=; b=pj2IbMOoy4xo0Mi2lAzB1ymA/FOxfPcpEEUkHVSfw7NesQoYk/pkTji5BOqwJlfgmN 8YzrgFyZ94Gb7NrQ2/WxMg/k05LWrxR+pgr8NyixZn0OFG0INzjArVlpKfTKEj2d4AN+ KhIOm1HOBNOT/fGqmgFgPsMlMor0dgDGM5v3MR4An4QSCCk75IBWc8Cp6dEYtaICSTLh O/5mJC7l2CiJdH38NqdgdRPUeTEECj/MHsCjz3eraLaMdy+fGnt/av6bK2lWx/0rS+ub 9kydPMaoNu1wldiWtxGhPrp4j8o4WNVeS9xqqdVi5Vv/2ZsXFIICC2Fxt8gZaJpU0qgx UjwA== MIME-Version: 1.0 X-Received: by 10.170.123.83 with SMTP id p80mr967774ykb.127.1441328379344; Thu, 03 Sep 2015 17:59:39 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.37.99.3 with HTTP; Thu, 3 Sep 2015 17:59:39 -0700 (PDT) In-Reply-To: <20150903220744.GJ61752@ivaldir.etoilebsd.net> References: <201509032047.t83KlDww048395@repo.freebsd.org> <20150903220744.GJ61752@ivaldir.etoilebsd.net> Date: Thu, 3 Sep 2015 17:59:39 -0700 X-Google-Sender-Auth: 2WLGPhtBDrWP9YYmTKcF6kZXkhg Message-ID: Subject: Re: svn commit: r287443 - stable/10/etc/mtree From: Craig Rodrigues To: Baptiste Daroussin Cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Sep 2015 00:59:41 -0000 On Thu, Sep 3, 2015 at 3:07 PM, Baptiste Daroussin wrote: > On Thu, Sep 03, 2015 at 08:47:13PM +0000, Craig Rodrigues wrote: > > Author: rodrigc > > Date: Thu Sep 3 20:47:13 2015 > > New Revision: 287443 > > URL: https://svnweb.freebsd.org/changeset/base/287443 > > > > Log: > > Put timeout directory in correct place > > > Thank you and also thanks to Alan Somers who reported me the issue when was > about to fix when I noticed you just did it. > > You are welcome. I put the fix in because of this Jenkins failure: https://jenkins.freebsd.org/job/Build-UFS-image/2256/console -- Craig