From owner-svn-src-head@freebsd.org Thu Mar 22 18:16:17 2018 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6E3BDF5D7D2; Thu, 22 Mar 2018 18:16:17 +0000 (UTC) (envelope-from byond.lenox@gmail.com) Received: from mail-lf0-f45.google.com (mail-lf0-f45.google.com [209.85.215.45]) (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 D0E3D834E5; Thu, 22 Mar 2018 18:16:16 +0000 (UTC) (envelope-from byond.lenox@gmail.com) Received: by mail-lf0-f45.google.com with SMTP id t132-v6so14584838lfe.2; Thu, 22 Mar 2018 11:16:16 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=8JMwZbBfLBgXyN6hdWbFmymAucU2KEpsZZQ3SwHL1lE=; b=KDSCDRCvXLFff2A6t+kn5t7CSfm47ytrpWbds9aAQ9Al76UiHflULgwjF2Xyjori/H 2FI1xFrnmTNSXrroFWOAiaqL/9W0RcItnNdIkNufc3Sp7vYxdax+kCPqRfpi4DkZgife TDTvXplq0qh1CjLC+2Ni6ED109lPuwypxrUzoBXzFEssCR62nUf9+/2qEr4sk2RF1/1V GhDfC/HBxZD1zOTWLiiZES18BFfxrzdYo68sfu8WRAfDzZEBItl+WfDp/AM53SB1k27N eft8TR6gBKNu72dxAa6zDuLLxv7qRSlGWPCkOP6F+++XqD8Xr+kXR8SKsFizYM0ow46Y DihA== X-Gm-Message-State: AElRT7FzexC8o4pir8w911YBr1HnaTCZIDtP2h9RoqPNNpNc/DDYM0xB 5c1HB42YPa0NQOjHQ/LG0YMT+02Ym7I= X-Google-Smtp-Source: AIpwx4/p3WoT0X3apH2GnUXhNuJFDxqcZ3Zs0d0iqEBXOoyr8yqYs0MCcXrkwZIoIFivS57s48QPhA== X-Received: by 10.46.17.23 with SMTP id f23mr2586820lje.43.1521742574507; Thu, 22 Mar 2018 11:16:14 -0700 (PDT) Received: from mail-lf0-f46.google.com (mail-lf0-f46.google.com. [209.85.215.46]) by smtp.gmail.com with ESMTPSA id l77-v6sm1751064lfk.62.2018.03.22.11.16.14 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 22 Mar 2018 11:16:14 -0700 (PDT) Received: by mail-lf0-f46.google.com with SMTP id z143-v6so14579727lff.3; Thu, 22 Mar 2018 11:16:14 -0700 (PDT) X-Received: by 10.46.127.30 with SMTP id a30mr2507228ljd.93.1521742574243; Thu, 22 Mar 2018 11:16:14 -0700 (PDT) MIME-Version: 1.0 Received: by 10.46.129.90 with HTTP; Thu, 22 Mar 2018 11:15:53 -0700 (PDT) In-Reply-To: <8d9b163b-fcaa-3e9c-5972-8dc300f64b52@multiplay.co.uk> References: <201803191527.w2JFRr7B058668@repo.freebsd.org> <8d9b163b-fcaa-3e9c-5972-8dc300f64b52@multiplay.co.uk> From: Kyle Evans Date: Thu, 22 Mar 2018 13:15:53 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r331209 - head To: Steven Hartland Cc: src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.25 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: Thu, 22 Mar 2018 18:16:17 -0000 On Thu, Mar 22, 2018 at 1:13 PM, Steven Hartland wrote: > I think it would be worth specifically detailing the steps to achieve this, > as its not immediately obvious how this would be done. > Hi, A later commit clarified, but then an even later commit made these instructions obsolete. =) The problem this entry was made for has been eradicated, and the entry has since been removed. Thanks, Kyle Evans