From owner-svn-src-head@freebsd.org Wed Jul 5 20:03:23 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 45691D904DA; Wed, 5 Jul 2017 20:03:23 +0000 (UTC) (envelope-from cy.schubert@komquats.com) Received: from smtp-out-no.shaw.ca (smtp-out-no.shaw.ca [64.59.134.13]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id ED9AE6E65D; Wed, 5 Jul 2017 20:03:22 +0000 (UTC) (envelope-from cy.schubert@komquats.com) Received: from spqr.komquats.com ([96.50.22.10]) by shaw.ca with SMTP id SqW7dk8pydTIDSqW8dYMs5; Wed, 05 Jul 2017 14:03:20 -0600 X-Authority-Analysis: v=2.2 cv=UaohcOaN c=1 sm=1 tr=0 a=jvE2nwUzI0ECrNeyr98KWA==:117 a=jvE2nwUzI0ECrNeyr98KWA==:17 a=kj9zAlcOel0A:10 a=G3gG6ho9WtcA:10 a=6I5d2MoRAAAA:8 a=YxBL1-UpAAAA:8 a=wOIZE3lNVOKxxlN9Vq8A:9 a=CjuIK1q_8ugA:10 a=IjZwj45LgO3ly-622nXo:22 a=Ia-lj3WSrqcvXOmTRaiG:22 Received: from slippy.cwsent.com (slippy [10.1.1.91]) by spqr.komquats.com (Postfix) with ESMTPS id 1BF461F4; Wed, 5 Jul 2017 13:03:19 -0700 (PDT) Received: from slippy.cwsent.com (localhost [127.0.0.1]) by slippy.cwsent.com (8.15.2/8.15.2) with ESMTP id v65K3ICL052396; Wed, 5 Jul 2017 13:03:18 -0700 (PDT) (envelope-from Cy.Schubert@cschubert.com) Received: from slippy (cy@localhost) by slippy.cwsent.com (8.15.2/8.14.8/Submit) with ESMTP id v65K3IHn052393; Wed, 5 Jul 2017 13:03:18 -0700 (PDT) (envelope-from Cy.Schubert@cschubert.com) Message-Id: <201707052003.v65K3IHn052393@slippy.cwsent.com> X-Authentication-Warning: slippy.cwsent.com: cy owned process doing -bs X-Mailer: exmh version 2.8.0 04/21/2012 with nmh-1.6 Reply-to: Cy Schubert From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.cschubert.com/ To: Allan Jude cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r320644 - in head: bin/rcp libexec/rlogind libexec/rshd usr.bin/rlogin usr.bin/rsh usr.bin/ruptime usr.bin/rwho usr.sbin/rwhod In-Reply-To: Message from Allan Jude of "Tue, 04 Jul 2017 15:44:30 -0000." <201707041544.v64FiU3k078754@repo.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 05 Jul 2017 13:03:18 -0700 X-CMAE-Envelope: MS4wfGdBKc0ScTZPDOLr67B3O0/9HjsZDEFWiH2wuSBs84Msoy3FfIwPcAGlEEMkAfMO0SCR3p41QNsDSiWmbYQv7eUsQETM2mdKbXHDOu3Q2iQkxl2JrAC1 HliM2oat+9Ra6ab5hMcIl4+giThY/+JC+MihEYEpZMa9k48ZT+DI4bSsEJOyDXubkqvI8JoyONxbBijXBWy8rPkZVmvJbvwX/P2nE/cM8VgM3Yr5HrhnV2JQ BsmOJrYzVQhK9sAfDWxQypVo85NHBYfyTHC99m7X3UQidT5mLRLNb2e2vPXivJHW 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, 05 Jul 2017 20:03:23 -0000 In message <201707041544.v64FiU3k078754@repo.freebsd.org>, Allan Jude writes: > Author: allanjude > Date: Tue Jul 4 15:44:30 2017 > New Revision: 320644 > URL: https://svnweb.freebsd.org/changeset/base/320644 > > Log: > Add deprecation notices for all rcmd tools > > Submitted by: bcr > Reviewed by: emaste, bapt, jhl > MFC after: immediate > Relnotes: yes > Differential Revision: https://reviews.freebsd.org/D11471 > > Modified: > head/bin/rcp/rcp.1 > head/libexec/rlogind/rlogind.8 > head/libexec/rshd/rshd.8 > head/usr.bin/rlogin/rlogin.1 > head/usr.bin/rsh/rsh.1 > head/usr.bin/ruptime/ruptime.1 > head/usr.bin/rwho/rwho.1 > head/usr.sbin/rwhod/rwhod.8 > I'll go ahead and create a legacy port in the same vein as rdist, uucp, and other retired FreeBSD software. My plan is to create a local git repo which can either be downloaded directly by the port and checked out into $WRKDIR directly or host it on github. The port should probably include a warning to use Kerberos or SSH instead. I haven't figured out how to clone cherrypicked bits from svn to git (though cloning a complete svn repo is easy). -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few.