From owner-svn-src-head@freebsd.org Wed Mar 15 18:33:48 2017 Return-Path: Delivered-To: svn-src-head@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 0BBDCD0E6EB; Wed, 15 Mar 2017 18:33:48 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-it0-x232.google.com (mail-it0-x232.google.com [IPv6:2607:f8b0:4001:c0b::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 C88961942; Wed, 15 Mar 2017 18:33:47 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-it0-x232.google.com with SMTP id m27so25206771iti.1; Wed, 15 Mar 2017 11:33:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-transfer-encoding; bh=XwaeQiN6+NsSwLFMRmGA2afeGe+GOto3qD8ulrWwsr4=; b=nepqBHeblzt4yX+PJ/C5BoLN8pamrvPhWUSAQrdPz9lf1GuSTKPtNf/AzImlRIf9YC 7uAQHcY8P3mH0iZ+Z8S/UyUI+zwZixwvCGL/Ca9FdCvS4dRnAF/4Y9xKPkhUuw2Bm4mD ppMj2g6za38TOpA15IQiRaxJQfws67VHmiHJgvxw9EgEIaDIVEFMWTqWd4q7iCt9L8A2 8g7TdqIevcpZofHCVdz44mur781zJ3S3uCk501tL6mL+0Ux8wwhkzowTZQtOY5Eyk0hc joTdGM689+TCNX1b2ZReankyRMxxrhHfI+DOLCxUzcZ7zgiW2dPVKdVoOabCZd1Z+Ux/ 948A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-transfer-encoding; bh=XwaeQiN6+NsSwLFMRmGA2afeGe+GOto3qD8ulrWwsr4=; b=nbJVf7l6m5NHn8z9OrIGLmxHfpk7MoqFTtSimPoJt6pjS5DRqY72PMzHK5MXlWq2aK unU+B8Z+EKuwcgdqoBkAFCcR38Wm3y1B1K48B7WL8w3u8ts5Mgg6MaCgPYCz0UALQa7R P33p+0HZKvysAA2YZqcJCoTgc5fSbqmZtWqA/AeAqlZNe1KPWQ4hm07tTUewb1yGoIGF Bsg10cUdKAo1mcKwtbbfgUxt8msayJnwZ91/la7auMvFPQ2vlHSs1Z51KpBCIdO81jH3 tenLcUx+VnvCtE0KuSy/OZJePzPSh8u7n/DV7ibfVAZhuPjvPFcEoA1RAWxdGd44iqML 7Rpg== X-Gm-Message-State: AFeK/H1M7ooE3bqDwul1tyiYX9jEOHNhrD6t3KfZSwFaQONr57tcEqehpgnpqWXCSpI+JLzP7XkTpap4dla0PQ== X-Received: by 10.36.213.196 with SMTP id a187mr21878731itg.4.1489602827198; Wed, 15 Mar 2017 11:33:47 -0700 (PDT) MIME-Version: 1.0 Sender: carpeddiem@gmail.com Received: by 10.107.30.209 with HTTP; Wed, 15 Mar 2017 11:33:26 -0700 (PDT) In-Reply-To: References: <201703151616.v2FGGU8N029774@repo.freebsd.org> From: Ed Maste Date: Wed, 15 Mar 2017 14:33:26 -0400 X-Google-Sender-Auth: RyUOzif0ItgyTt7qN46V1BgKbus Message-ID: Subject: Re: svn commit: r315311 - head/usr.sbin/makefs To: "Ngie Cooper (yaneurabeya)" Cc: src-committers , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 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: Wed, 15 Mar 2017 18:33:48 -0000 On 15 March 2017 at 13:32, Ngie Cooper (yaneurabeya) wrote: > > Hi Ed, > I agree with the change, but doesn=E2=80=99t this break backwards= compatibility in FreeBSD? Not really: the 'd' option only appeared as of r315304 earlier today. The options are documented in makefs(8), although the single-letter aliases are not. I'll try to work with NetBSD folks to rectify that.