From owner-svn-src-all@freebsd.org Thu Nov 26 16:26:52 2020 Return-Path: Delivered-To: svn-src-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 50ACE46859C for ; Thu, 26 Nov 2020 16:26:52 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-qv1-xf33.google.com (mail-qv1-xf33.google.com [IPv6:2607:f8b0:4864:20::f33]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Chjnm1cTsz4hTt for ; Thu, 26 Nov 2020 16:26:52 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by mail-qv1-xf33.google.com with SMTP id k3so1156118qvz.4 for ; Thu, 26 Nov 2020 08:26:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsdimp-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=gKrv2a2Pykp94s+1BSMNMK/WJ3FGx4ER7JhkNMjgwvI=; b=PS9YHu1WYAg13dsAO9bgxb3bIbcc1a+59BxiPY2dhCmudL0KNvkQlMdnHT3vFMeRGu Y+3sw54mCJMYesTYYs4Xaw46VR3/evDVDIfSFaoBGcsBusSKL4M4Gftq4TlsAmRkXWaM o7Jcs0tqMVWO9Aa8H5rxMVBIaw9F7vkDSBYRanq3w7DnbHJfT8+9whAvgXBLuGPEGtRm B/oBekcDzp6LK7VHdEd3jpYAu+cP5FB43+EllUbfJHeHqAGVi50yBOBkdOyzRNitbXGd mYdanyzJThegWZpxSj9AKSMRhLEBEV8KGgyX06OEFDQfV10OHAVguMKfyqxFWd9AP71w +o3Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=gKrv2a2Pykp94s+1BSMNMK/WJ3FGx4ER7JhkNMjgwvI=; b=LoYV/H72C9/Y4jbI4GtiC+/OJJ23qGz/TCiNg+BcjozUkntCvicQPLHX7eefLH4ARF pxIMiP+ibdgbtzynyYA9njrZ+qBsXjrowh/rhRmvhw7E4cfn4hiOvrMqAYuDV3klz7Oy K34b6zdlGHGskU8ydqAwdEMkKRzG3Cq5JwoM4QNXiyj8Iw2Y5FFi7ySfEMXx67TatAGL 9FlNgQ3SAPA9boUJOpfrwIES3qZX8bVQUmXi3ue0jQLXl/SQr7a3K1WC9aiR8tQXP+fV k19ub5XYc9QKgZbuGu9awAbklffYPlnXnN98dQer+L5raqvs/hT045NSwTMjL5zecp6D A7MA== X-Gm-Message-State: AOAM531Q3SPDs+9t2iFX3lmHF2fp//wAV+boMib+oNdCPpoDp+Azln4p lVRFxkkxhg6iN2zhKH1QRBwkYuCOUswGP5fFhl/iIA== X-Google-Smtp-Source: ABdhPJys6fNDNmoRLGdpuvExUg70GGc87N/qVwOjTxeevwzTiCz0gr3OVcEDERD1GPh1GE6fjJVM42VBZirc9pLwiRI= X-Received: by 2002:ad4:4e13:: with SMTP id dl19mr3890766qvb.24.1606408011179; Thu, 26 Nov 2020 08:26:51 -0800 (PST) MIME-Version: 1.0 References: <202011260429.0AQ4TV2B023801@repo.freebsd.org> <20201126092704.f689ac823d6571ca0c98212a@bidouilliste.com> <20201126154931.093e7b5097480d18a01caaf7@bidouilliste.com> In-Reply-To: From: Warner Losh Date: Thu, 26 Nov 2020 09:26:39 -0700 Message-ID: Subject: Re: svn commit: r368045 - in head: . etc/mtree rescue/rescue sbin sbin/ping sbin/ping/tests sbin/ping6 sbin/ping6/tests tools/build/mk To: Alan Somers Cc: Emmanuel Vadot , src-committers , svn-src-all , svn-src-head X-Rspamd-Queue-Id: 4Chjnm1cTsz4hTt X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.34 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.34 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: Thu, 26 Nov 2020 16:26:52 -0000 On Thu, Nov 26, 2020, 8:37 AM Alan Somers wrote: > > > > > > >> > > I think you should add a LINKS=... here so people script which uses >> > > ping6 won't break (and of course adding support in the code to do ipv6 >> > > ping if progname is ping6 if this isn't the case). >> > > >> > > Cheers, >> > > >> > > -- >> > > Emmanuel Vadot >> > > >> > >> > Yes, that would make sense. But for how long? Would the ping6 hard >> link >> > stick around forever, or eventually be removed in some future version of >> > FreeBSD? >> >> I have no opinion on this matter. >> But since ping6 was present for a very long time I guess we're stuck >> with it for a long time too. >> > > Do you have an opinion on whether there should be a /rescue/ping6 link > too? > Yes. It should, imho. Warner >