From owner-svn-src-all@freebsd.org Tue Oct 20 19:12:28 2015 Return-Path: Delivered-To: svn-src-all@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 28766A1826E; Tue, 20 Oct 2015 19:12:28 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-ig0-x233.google.com (mail-ig0-x233.google.com [IPv6:2607:f8b0:4001:c05::233]) (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 E9F121E90; Tue, 20 Oct 2015 19:12:27 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by igbkq10 with SMTP id kq10so82405471igb.0; Tue, 20 Oct 2015 12:12:27 -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:from:date:message-id :subject:to:cc:content-type; bh=xx3IwTaDfn1i7ENmeh+xWnrfAklNYD+L0gE7eMn8fI0=; b=0QvJqLV1t/v/fj6AT9wfgcnI2/5h/amdA2Ib6K2neoI3xCM2sbR5mVTSZI67Koppki dNj9vuIBPLYcT5TDL3FH5WS8UVqM/lRbdIkQM6pFX2r5e3/pzjWXx02GaZSt4wELZmQ1 l8iD/ZNcjeT4zavyhTDMo+d/pDpF29tdO5RR17OFZhRr1co8kcOOiDrGkp5Q1yhoSubd zdxytzZzp/cVdugsyqB2ajixga8e4oN9RgcxHo4hoF63h0jpfkFtgb0Fn9LRg+nSUZrJ rmEBo9MDPkVQWRJ+/svRKamiDCwfO1SDzJVC9q6+W/+ApmouNciMYaGdcPo+gnB1rezv otzQ== X-Received: by 10.50.32.33 with SMTP id f1mr5770336igi.33.1445368347368; Tue, 20 Oct 2015 12:12:27 -0700 (PDT) MIME-Version: 1.0 Sender: carpeddiem@gmail.com Received: by 10.107.158.75 with HTTP; Tue, 20 Oct 2015 12:12:07 -0700 (PDT) In-Reply-To: <201510130232.t9D2WFo2034264@repo.freebsd.org> References: <201510130232.t9D2WFo2034264@repo.freebsd.org> From: Ed Maste Date: Tue, 20 Oct 2015 15:12:07 -0400 X-Google-Sender-Auth: CQyaPCmONAjqx-hvY73lqiDiYik Message-ID: Subject: Re: svn commit: r289203 - head/usr.sbin/makefs To: Adrian Chadd Cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 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: Tue, 20 Oct 2015 19:12:28 -0000 On 12 October 2015 at 22:32, Adrian Chadd wrote: > Author: adrian > Date: Tue Oct 13 02:32:15 2015 > New Revision: 289203 > URL: https://svnweb.freebsd.org/changeset/base/289203 > > Log: > makefs: introduce a new option to specify what to round the resulting > image up to. >... > +.Op Fl r Ar roundup Note that NetBSD's makefs already has -r assigned -r When merging multiple directories replace duplicate files with the last found. We should pick a different option, and push this patch there too.