summaryrefslogtreecommitdiff
path: root/rescue
diff options
context:
space:
mode:
authorJeremie Le Hen <jlh@FreeBSD.org>2017-10-06 08:43:14 +0000
committerJeremie Le Hen <jlh@FreeBSD.org>2017-10-06 08:43:14 +0000
commite415aa284663746c8babbba2d3871d26980a8b8a (patch)
tree99adf8549d7fb6aaa4ee39278ce7861a12002115 /rescue
parentac63ac6859873627940b3583904083f9716c564d (diff)
downloadsrc-test2-e415aa284663746c8babbba2d3871d26980a8b8a.tar.gz
src-test2-e415aa284663746c8babbba2d3871d26980a8b8a.zip
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
Notes
Notes: svn path=/head/; revision=324351
Diffstat (limited to 'rescue')
-rw-r--r--rescue/rescue/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/rescue/rescue/Makefile b/rescue/rescue/Makefile
index a31d303bc848..b0e03640e2da 100644
--- a/rescue/rescue/Makefile
+++ b/rescue/rescue/Makefile
@@ -67,10 +67,6 @@ CRUNCH_ALIAS_rm= unlink
CRUNCH_ALIAS_ed= red
CRUNCH_ALIAS_pkill= pgrep
-.if ${MK_RCMDS} != "no"
-CRUNCH_PROGS_bin+= rcp
-.endif
-
.if ${MK_TCSH} != "no"
CRUNCH_PROGS_bin+= csh
CRUNCH_ALIAS_csh= -csh tcsh -tcsh