From owner-svn-src-all@FreeBSD.ORG Thu Mar 5 13:53:16 2015 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2600353E; Thu, 5 Mar 2015 13:53:16 +0000 (UTC) Received: from elvis.mu.org (elvis.mu.org [IPv6:2001:470:1f05:b76::196]) by mx1.freebsd.org (Postfix) with ESMTP id 0DAB3AB6; Thu, 5 Mar 2015 13:53:16 +0000 (UTC) Received: from AlfredMacbookAir.local (unknown [12.167.51.131]) by elvis.mu.org (Postfix) with ESMTPSA id B48CC341F867; Thu, 5 Mar 2015 05:53:15 -0800 (PST) Message-ID: <54F860B5.1060606@freebsd.org> Date: Thu, 05 Mar 2015 05:57:09 -0800 From: Alfred Perlstein Organization: FreeBSD User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Gleb Smirnoff , Slawa Olhovchenkov Subject: Re: svn commit: r279603 - in head: bin/rcp usr.bin/rlogin usr.bin/rsh References: <201503042201.t24M1jDG009278@svn.freebsd.org> <20150305114828.GK17947@FreeBSD.org> <20150305122103.GA90978@zxy.spb.ru> <20150305122359.GM17947@FreeBSD.org> <20150305123016.GO48476@zxy.spb.ru> <20150305123053.GN17947@FreeBSD.org> In-Reply-To: <20150305123053.GN17947@FreeBSD.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: svn-src-head@freebsd.org, Baptiste Daroussin , src-committers@freebsd.org, svn-src-all@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 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, 05 Mar 2015 13:53:16 -0000 On 3/5/15 4:30 AM, Gleb Smirnoff wrote: > On Thu, Mar 05, 2015 at 03:30:16PM +0300, Slawa Olhovchenkov wrote: > S> > On Thu, Mar 05, 2015 at 03:21:03PM +0300, Slawa Olhovchenkov wrote: > S> > S> > On Wed, Mar 04, 2015 at 10:01:45PM +0000, Baptiste Daroussin wrote: > S> > S> > B> Author: bapt > S> > S> > B> Date: Wed Mar 4 22:01:44 2015 > S> > S> > B> New Revision: 279603 > S> > S> > B> URL: https://svnweb.freebsd.org/changeset/base/279603 > S> > S> > B> > S> > S> > B> Log: > S> > S> > B> r* commands are not precious anymore > S> > S> > B> > S> > S> > B> Modified: > S> > S> > B> head/bin/rcp/Makefile > S> > S> > B> head/usr.bin/rlogin/Makefile > S> > S> > > S> > S> > I guess when they are going to be not precious enough to be removed? :) > S> > S> > > S> > S> > In modern world of ssh and https, does any OS require them in base? > S> > S> > S> > S> yes. > S> > S> Some telecom equipment require rlogin. > S> > > S> > Other telecom equipment require a JRE and special .jar to > S> > configure them. Does that mean operating systems must ship > S> > them? > S> > S> Yes, if ships before (don't break if working). > S> Some Linux distro remove telnet from default install. > S> Do you like to remove telnet also? > > Yes. > +1 :) (well at least not have it in source tree as-is) :)