diff options
author | nectar <nectar@FreeBSD.org> | 2005-06-10 20:52:36 +0000 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2005-06-10 20:52:36 +0000 |
commit | a23214e059e07a8642c27d57c541ce60479d3d53 (patch) | |
tree | 5ee3318e2bc8698d7b3272548002af39bc383000 /lib/libc | |
parent | 080645b93b9d88377eecb256c9d0aa5c5c2d4dd7 (diff) | |
download | FreeBSD-src-a23214e059e07a8642c27d57c541ce60479d3d53.zip FreeBSD-src-a23214e059e07a8642c27d57c541ce60479d3d53.tar.gz |
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.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/net/rcmd.3 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libc/net/rcmd.3 b/lib/libc/net/rcmd.3 index 3673c81..f1168dd 100644 --- a/lib/libc/net/rcmd.3 +++ b/lib/libc/net/rcmd.3 @@ -264,8 +264,6 @@ is overloaded to mean ``All network ports in use.'' .Xr rlogin 1 , .Xr rsh 1 , .Xr intro 2 , -.Xr rexec 3 , -.Xr rexecd 8 , .Xr rlogind 8 , .Xr rshd 8 .Pp |