]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove rcmds.
authorjlh <jlh@FreeBSD.org>
Fri, 6 Oct 2017 08:43:14 +0000 (08:43 +0000)
committerjlh <jlh@FreeBSD.org>
Fri, 6 Oct 2017 08:43:14 +0000 (08:43 +0000)
commitf7dc81f848ce87e6398cc187fadbbed5dc90229c
tree99adf8549d7fb6aaa4ee39278ce7861a12002115
parente40ca917faa9b1926a58fe22d5c5d090d6e4d623
Remove rcmds.

If they are still needed, you can find them in the net/bsdrcmds port.

This was proposed June, 20th and approved by various committers [1].
They have been marked as deprecated on CURRENT in r320644 [2] on July, 4th.
Both stable/11 and release/11.1 contain the deprecation notice (thanks to
allanjude@).

Note that ruptime(1)/rwho(1)/rwhod(8) were initially thought to be part of
rcmds but this was a mistake and those are therefore NOT removed.

[1] https://lists.freebsd.org/pipermail/freebsd-arch/2017-June/018239.html
[2] https://svnweb.freebsd.org/base?view=revision&revision=320644

Reviewed by: bapt, brooks
Differential Revision: https://reviews.freebsd.org/D12573
41 files changed:
ObsoleteFiles.inc
bin/Makefile
bin/rcp/Makefile [deleted file]
bin/rcp/Makefile.depend [deleted file]
bin/rcp/extern.h [deleted file]
bin/rcp/rcp.1 [deleted file]
bin/rcp/rcp.c [deleted file]
bin/rcp/tests/Makefile [deleted file]
bin/rcp/tests/rcp_test.sh [deleted file]
bin/rcp/util.c [deleted file]
etc/inetd.conf
etc/mtree/BSD.tests.dist
etc/pam.d/Makefile
etc/pam.d/rsh [deleted file]
libexec/Makefile
libexec/rlogind/Makefile [deleted file]
libexec/rlogind/Makefile.depend [deleted file]
libexec/rlogind/rlogind.8 [deleted file]
libexec/rlogind/rlogind.c [deleted file]
libexec/rshd/Makefile [deleted file]
libexec/rshd/Makefile.depend [deleted file]
libexec/rshd/rshd.8 [deleted file]
libexec/rshd/rshd.c [deleted file]
rescue/rescue/Makefile
share/man/man5/src.conf.5
share/mk/src.opts.mk
tools/build/mk/OptionalObsoleteFiles.inc
tools/build/options/WITHOUT_RCMDS [deleted file]
tools/build/options/WITH_RCMDS [deleted file]
tools/tools/nanobsd/dhcpd/common
tools/tools/nanobsd/embedded/common
tools/tools/nanobsd/gateworks/common
usr.bin/Makefile
usr.bin/rlogin/Makefile [deleted file]
usr.bin/rlogin/Makefile.depend [deleted file]
usr.bin/rlogin/rlogin.1 [deleted file]
usr.bin/rlogin/rlogin.c [deleted file]
usr.bin/rsh/Makefile [deleted file]
usr.bin/rsh/Makefile.depend [deleted file]
usr.bin/rsh/rsh.1 [deleted file]
usr.bin/rsh/rsh.c [deleted file]