From a23214e059e07a8642c27d57c541ce60479d3d53 Mon Sep 17 00:00:00 2001 From: nectar Date: Fri, 10 Jun 2005 20:52:36 +0000 Subject: Remove rexecd(8), a server that implements a particularly insecure method of executing commands remotely. There are no rexec clients in the FreeBSD tree, and the client function rexec(3) is present only in libcompat. It has been documented as "obsolete" since 4.3BSD, and its use has been discouraged in the man page for over 10 years. --- libexec/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'libexec/Makefile') diff --git a/libexec/Makefile b/libexec/Makefile index 0d320d7..30a8db1 100644 --- a/libexec/Makefile +++ b/libexec/Makefile @@ -16,7 +16,6 @@ SUBDIR= atrun \ pt_chown \ rbootd \ revnetgroup \ - ${_rexecd} \ ${_rlogind} \ rpc.rquotad \ rpc.rstatd \ @@ -47,7 +46,6 @@ _rtld-elf= rtld-elf .endif .if !defined(NO_RCMDS) -_rexecd= rexecd _rlogind= rlogind _rshd= rshd .endif -- cgit v1.1