From owner-svn-src-head@freebsd.org Wed Mar 1 22:42:53 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 21C2DCF3A7E; Wed, 1 Mar 2017 22:42:53 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-qk0-x231.google.com (mail-qk0-x231.google.com [IPv6:2607:f8b0:400d:c09::231]) (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 D071DA94; Wed, 1 Mar 2017 22:42:52 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by mail-qk0-x231.google.com with SMTP id n127so95948874qkf.0; Wed, 01 Mar 2017 14:42:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=BRcqDcF91uaU3HzbvFRrxTdMTDu0ewlmZSjw6qKNWjU=; b=Wf5zlZ6rHO2u3NuJXumJJbrRbcvkF6CZMzS6JvClGd0s7rup7XYBKOHT8fqe6ndBJO cC74SGbjnw6gtAai4jdHA4gCI/azqjz+yhkK5w2NgMBAJ0xYeGmWnZyr6SzS7L/H0nDA 7ywQ+79yz9GWjojB2ye36H1mFLuKqM1j1/wTEU8kLSBkcMoa7DoJXykOSnTWIYuf6vfs 7rw8SiLgdDBT3U6Bn43zlu2TMJN5Z/pA/5hO5MQiuz/Ei8rCVQwq85q5Aj0AH/58Qrnx yMY7QfddjW0NwQmmbfeEwD7b7lbqLNZ/F0Oty8Emtc0CHcVFTYHkO8O+RQXMVEvE+cf9 KAPw== 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=BRcqDcF91uaU3HzbvFRrxTdMTDu0ewlmZSjw6qKNWjU=; b=T62yIZjXV7pmW3O4OEcQYJXTLxfFDpWj9asrVSsvNENI5//AAbxIcjlg/XoxWP2+on f+J3++I5cUbPAVSauIhNg1PoQQL3LtzckfGUq7xN4zL2ickHLJgij4KqovH+wBcr1ZfK Dslx6cTfkMww17NSvp//6rlUV8OqngMzXyxGUSGIpfvRTr6pcrEhSxlVKH/JGt8gtbRd wWHOj8Hhj3FLrbM5pgEE8BgDrLxOpRvyxEjbDeqSF+APX0FfFwijlI88Am2W2SYHhmtL m61BJ0bzrH2KoZEyaob20dzwB4XieJ9AU2x0Lg760z3H09hNFx3uiFdiXLnOcZUN0krl 43Wg== X-Gm-Message-State: AMke39nfS7a7sYDplceuhk7zvv3qt6tVx+vUmUjUXYbcVJJPyXAd6EDFzjh5/QCuFrS6AFsMSw2yGMB3zUVLYw== X-Received: by 10.200.1.14 with SMTP id e14mr14275213qtg.244.1488408172066; Wed, 01 Mar 2017 14:42:52 -0800 (PST) MIME-Version: 1.0 Received: by 10.140.104.200 with HTTP; Wed, 1 Mar 2017 14:42:51 -0800 (PST) In-Reply-To: References: <20170301163050.GA81295@FreeBSD.org> <201703011643.v21GhtaI057213@pdx.rh.CN85.dnsmgr.net> <20170301165732.GA1093@FreeBSD.org> From: Ngie Cooper Date: Wed, 1 Mar 2017 14:42:51 -0800 Message-ID: Subject: Re: svn commit: r314464 - head/usr.sbin/yppush To: Alexey Dokuchaev Cc: "Rodney W. Grimes" , Ian Lepore , "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , src-committers Content-Type: text/plain; charset=UTF-8 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, 01 Mar 2017 22:42:53 -0000 On Wed, Mar 1, 2017 at 2:32 PM, Ngie Cooper wrote: ... > This is completely orthogonal to my changes (and has been in place for > a number of years). If you'd like to use relative symlinks for > programs, then let's definitely do it as part of another change > (personally, I think that some of these items could and should be > replaced with hardlinks). Correction: I was making a general statement that turned out to be false (my bad), so I change the "a number of years" portion of my statement to "since 2016". Please see my other reply in the thread for more details. Thanks, -Ngie