From owner-svn-src-all@freebsd.org Tue Oct 20 21:53:37 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 CEA6DA1AE2A; Tue, 20 Oct 2015 21:53:37 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-io0-x22a.google.com (mail-io0-x22a.google.com [IPv6:2607:f8b0:4001:c06::22a]) (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 9B7CB6AC; Tue, 20 Oct 2015 21:53:37 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by iodv82 with SMTP id v82so37846677iod.0; Tue, 20 Oct 2015 14:53:37 -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=uT7kPULAaOQenFNjjt3ziP08cqXQALm6lmtfy44JRUM=; b=ecKPzJKaaITqJKU+k9vaWCTZHds02jibBmEXpvkLyzNgYQhlPZuKj+9k3e3z9mPGTR VxsxFWgRZwP08k55LYeXsqzkAKZvPalITy1aXopn21tGEYny6MOy9ma0wOwBFUe4TuDr iFvLwht3x0DAVOhzlolE9KSiFUDRmxZPLpxdAtPXUft6CFo5cwKN+C81MHtAJBd9x6/c GwYm3hC0+a6Ri9k7bx1gbDsPB9YSzXU+GqdrawbVEC/vGwXbTp/z/xqUUnQvP0vHVGmY HbXApH2gSaDAUuYEcZ2zNiuHgUFvTW6BuYmq+x7uULy9wCdDGctyK0tiQbdyDFou/7Ii yiQw== MIME-Version: 1.0 X-Received: by 10.107.46.228 with SMTP id u97mr6499010iou.165.1445378017049; Tue, 20 Oct 2015 14:53:37 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.36.46.66 with HTTP; Tue, 20 Oct 2015 14:53:36 -0700 (PDT) In-Reply-To: References: <201510130232.t9D2WFo2034264@repo.freebsd.org> Date: Tue, 20 Oct 2015 14:53:36 -0700 X-Google-Sender-Auth: jey7X1-72JbC_qKbrE9tU4OYvuw Message-ID: Subject: Re: svn commit: r289203 - head/usr.sbin/makefs From: Adrian Chadd To: Ed Maste 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 21:53:37 -0000 please absolutely do reassign the option to something that doesn't clash ASAP. -adrian On 20 October 2015 at 12:12, Ed Maste wrote: > 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.