Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Apr 2025 10:42:46 -0400
From:      John Baldwin <jhb@FreeBSD.org>
To:        Jens Schweikhardt <schweikh@FreeBSD.org>, src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   Re: git: 14783ce31437 - main - Remove references to rcp(1) since we no longer ship rcp.
Message-ID:  <ce1400db-8560-4076-bb0b-2f4b436292fe@FreeBSD.org>
In-Reply-To: <202504191727.53JHRJhZ004451@gitrepo.freebsd.org>
References:  <202504191727.53JHRJhZ004451@gitrepo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 4/19/25 13:27, Jens Schweikhardt wrote:
> The branch main has been updated by schweikh:
> 
> URL: https://cgit.FreeBSD.org/src/commit/?id=14783ce31437709f9c5778af32f7661a52407b6d
> 
> commit 14783ce31437709f9c5778af32f7661a52407b6d
> Author:     Jens Schweikhardt <schweikh@FreeBSD.org>
> AuthorDate: 2025-04-19 17:26:29 +0000
> Commit:     Jens Schweikhardt <schweikh@FreeBSD.org>
> CommitDate: 2025-04-19 17:26:29 +0000
> 
>      Remove references to rcp(1) since we no longer ship rcp.
> ---
>   bin/cp/cp.1                  | 1 -
>   share/man/man5/hosts.equiv.5 | 1 -
>   2 files changed, 2 deletions(-)
> 
> diff --git a/bin/cp/cp.1 b/bin/cp/cp.1
> index d37776dda4d3..2856391a029e 100644
> --- a/bin/cp/cp.1
> +++ b/bin/cp/cp.1
> @@ -320,7 +320,6 @@ and
>   options are non-standard and their use in scripts is not recommended.
>   .Sh SEE ALSO
>   .Xr mv 1 ,
> -.Xr rcp 1 ,
>   .Xr umask 2 ,
>   .Xr fts 3 ,
>   .Xr symlink 7

This one at least should be replaced with `scp(1)` instead?

> diff --git a/share/man/man5/hosts.equiv.5 b/share/man/man5/hosts.equiv.5
> index 319d47718cbf..dbb3bb2f4205 100644
> --- a/share/man/man5/hosts.equiv.5
> +++ b/share/man/man5/hosts.equiv.5
> @@ -124,7 +124,6 @@ and their users
>   except users from netgroup
>   .Dq dau .
>   .Sh SEE ALSO
> -.Xr rcp 1 ,
>   .Xr gethostbyname 3 ,
>   .Xr inet 3 ,
>   .Xr innetgr 3 ,

This one likely as well?

-- 
John Baldwin




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?ce1400db-8560-4076-bb0b-2f4b436292fe>