From owner-svn-src-releng@FreeBSD.ORG Sat Aug 24 18:54:15 2013 Return-Path: Delivered-To: svn-src-releng@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 ESMTP id 75FF1906 for ; Sat, 24 Aug 2013 18:54:15 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-pa0-x22f.google.com (mail-pa0-x22f.google.com [IPv6:2607:f8b0:400e:c03::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4BA0A2D98 for ; Sat, 24 Aug 2013 18:54:15 +0000 (UTC) Received: by mail-pa0-f47.google.com with SMTP id kl13so1882124pab.20 for ; Sat, 24 Aug 2013 11:54:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=OcVSGsmaff7SrneocG+y8sbWiFZsPAC+RaOKNKA2tvM=; b=FEnS7YepXrj/WRS7to2w217QbF+9KRAhsIiHKCqivtt05Pxpf6SIiKAR79m+D9k5dT YpFx7gXG4kAboWo8/Cm4hTHu1bEJTD55ogeh7hk0psdjiKPJIkRg+4QQVQy8//TwQtXR AY5NPQYBGVEDqsn67+MoBEwgjYLSX7YQ1lcZQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=OcVSGsmaff7SrneocG+y8sbWiFZsPAC+RaOKNKA2tvM=; b=ZORG89XIfBNPUb7/rNXm7KiZjx/E5x16y6biKhwT577LbWN5D/6jhNg4E7YLK4TtPz Zfx9lqiBbIoVclgnZn/82ZXj9FOL/Nsd+k83ZmO7q2e1BKnAvNcTMn0IzEoCY9uMu0EO C4vz8L/fxwUaLuKcKh/QqogLxY1GJlP8WtpughJiS20Y1BxnyARypB0oxoW7NrfutvxA cO7IxPf8fp+3bdRvgQ56PpdlYdB9+5QsG0Xz4DfQnsNm7UP2X7z4gTfK/nPT9ytr+jBw nOaiRkjgmY3XYTkkQ2YOdUVD9I6zCFkuSzJB8igLOzEy4BodxnqU5cZqPq6uAG0I9siP xpeQ== X-Gm-Message-State: ALoCoQn5E8PvQZ9JMH7aw2iJ4sJmhXbaerBXch0LgcRAIWTU3LQl9bCMKlXeSo9eD7EHHEyLWSoj X-Received: by 10.68.114.132 with SMTP id jg4mr6300455pbb.109.1377370454856; Sat, 24 Aug 2013 11:54:14 -0700 (PDT) MIME-Version: 1.0 Sender: lists@eitanadler.com Received: by 10.70.6.3 with HTTP; Sat, 24 Aug 2013 11:53:44 -0700 (PDT) In-Reply-To: <201308200114.r7K1EGcQ040405@svn.freebsd.org> References: <201308200114.r7K1EGcQ040405@svn.freebsd.org> From: Eitan Adler Date: Sat, 24 Aug 2013 14:53:44 -0400 X-Google-Sender-Auth: e7TFsiemqCN5CCftCLaVhR156Wg Message-ID: Subject: Re: svn commit: r254546 - releng/9.2/usr.sbin/makefs To: Glen Barber Content-Type: text/plain; charset=UTF-8 Cc: svn-src-releng@freebsd.org, "svn-src-all@freebsd.org" , "src-committers@freebsd.org" X-BeenThere: svn-src-releng@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the release engineering / security commits to the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Aug 2013 18:54:15 -0000 On Mon, Aug 19, 2013 at 9:14 PM, Glen Barber wrote: > Author: gjb > Date: Tue Aug 20 01:14:16 2013 > New Revision: 254546 > URL: http://svnweb.freebsd.org/changeset/base/254546 > case 'p': > + /* Deprecated in favor of 'Z' */ I know I'm late here but can you please add to the comment a date or release number by which this could be removed?