From owner-freebsd-arch@freebsd.org Wed Oct 9 20:46:22 2019 Return-Path: Delivered-To: freebsd-arch@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 9503612EFE1 for ; Wed, 9 Oct 2019 20:46:22 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.21]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "troutmask", Issuer "troutmask" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 46pR8G3CSHz40mj; Wed, 9 Oct 2019 20:46:21 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.15.2/8.15.2) with ESMTPS id x99KkDIJ055838 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Wed, 9 Oct 2019 13:46:13 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.15.2/8.15.2/Submit) id x99KkDOZ055837; Wed, 9 Oct 2019 13:46:13 -0700 (PDT) (envelope-from sgk) Date: Wed, 9 Oct 2019 13:46:13 -0700 From: Steve Kargl To: Jeremie Le Hen Cc: freebsd-arch@freebsd.org, Edward Napierala Subject: Re: Removal of rmt(8)? rcmd(3)? Message-ID: <20191009204613.GA55772@troutmask.apl.washington.edu> Reply-To: sgk@troutmask.apl.washington.edu References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.12.1 (2019-06-15) X-Rspamd-Queue-Id: 46pR8G3CSHz40mj X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-6.00 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[] X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Oct 2019 20:46:22 -0000 On Wed, Oct 09, 2019 at 10:30:30PM +0200, Jeremie Le Hen wrote: > Hi, > > In August 2017 I removed FreeBSD rcmd tools (rsh, ruptime, etc). I seem to have ruptime. % ruptime ruptime: no hosts in /var/rwho > trasz@ (cc'ed) reached out to me asking if we should remove rmt(8). It > relies on rcmd(3) which, as I understand it, is a libc function which > implements protocol used by rshd(8). This looks like me these two > should have been removed in 2017 as well. > > Pardon my ignorance but I've just discovered about these two. Are > there any other commands/libraries like this which are candidates to > be removed? > > Other thoughts? There is rdump and rrestore. dumprmt.c seems to use rcmd(3). -- Steve