From owner-freebsd-hackers@FreeBSD.ORG Thu May 22 19:15:46 2014 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9AA123EF; Thu, 22 May 2014 19:15:46 +0000 (UTC) Received: from mail-qc0-x232.google.com (mail-qc0-x232.google.com [IPv6:2607:f8b0:400d:c01::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BD1421C8; Thu, 22 May 2014 19:15:46 +0000 (UTC) Received: by mail-qc0-f178.google.com with SMTP id l6so6404754qcy.23 for ; Thu, 22 May 2014 12:15:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=+Ur2n6KBTd2DbNH84cZD3NGpoFAT3MjKrCHngh5A5Dg=; b=ieG/SxzlXMuZEWJE1T8ybYjGaYKJIfRxviL/hG+WlsPGgx1fDsce7o3XDcXh04TNJB jKdtYBaAItKQmosqFruw1L+jQcXLNSZ4ruBIffuL9u6bHZZ+nGi24rOWhZeVzXZYpOxO wgHToQ9VGEj5MFAqzXHiy5sFS7pDZxjK6Uspg4VNwNbvjxxzbf3rjw0O5A3q8RoySqvU UF6gp03kAnwKxSnuHULbUjoNb9G+BVDqsWLx03/v6ADRR3eColQMan5egFIP6lwt2LXc qCLOh9jHflp2zzdPgMF20EcnTTh51szV6Ji7DgwcwPT48iE0/R8xn2QtPZhXbQgmeH9S mdig== MIME-Version: 1.0 X-Received: by 10.224.56.5 with SMTP id w5mr80783756qag.60.1400786145497; Thu, 22 May 2014 12:15:45 -0700 (PDT) Received: by 10.96.84.232 with HTTP; Thu, 22 May 2014 12:15:45 -0700 (PDT) In-Reply-To: References: Date: Thu, 22 May 2014 13:15:45 -0600 Message-ID: Subject: Re: Patch to tech mkimg about the TMPDIR variable From: Dan McGregor To: Marcel Moolenaar Content-Type: text/plain; charset=UTF-8 Cc: "freebsd-hackers@freebsd.org" , Alan Somers X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 May 2014 19:15:46 -0000 On 22 May 2014 11:42, Marcel Moolenaar wrote: > On 5/22/14, 8:45 AM, "Dan McGregor" wrote: >>> >>> > >>> > So, I patched mkimg to respect the TMPDIR variable. >>> > >>> > Thoughts? >>> >>> LGTM. Will you update the man page too? >>> >> >> I hadn't thought of of that. I shall and post a new patch. > > > New patch, with man page updates as well. > > > Nicely done. Thanks. > Let me know if I should commit... Well I won't; I'm not a committer. I'll leave it up to you fancy people with commit bits whether it should be committed. I have other ideas for the tool too, but I don't have time to work on those at the moment. Dan