diff options
| author | Paul Traina <pst@FreeBSD.org> | 1994-09-29 09:20:40 +0000 |
|---|---|---|
| committer | Paul Traina <pst@FreeBSD.org> | 1994-09-29 09:20:40 +0000 |
| commit | ba84155d71690a07b2cb334d3d629503c94286ea (patch) | |
| tree | fd8b2a9aba90706571fb58572d634e75feddff27 | |
| parent | 66a9a51572d373fdd1774701c0546810cc41d43b (diff) | |
Notes
| -rw-r--r-- | etc/inetd.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inetd.conf b/etc/inetd.conf index 2fcf4e2d491c..560d62f4573c 100644 --- a/etc/inetd.conf +++ b/etc/inetd.conf @@ -7,7 +7,7 @@ ftp stream tcp nowait root /usr/libexec/ftpd ftpd -l telnet stream tcp nowait root /usr/libexec/telnetd telnetd shell stream tcp nowait root /usr/libexec/rshd rshd login stream tcp nowait root /usr/libexec/rlogind rlogind -exec stream tcp nowait root /usr/libexec/rexecd rexecd +#exec stream tcp nowait root /usr/libexec/rexecd rexecd #uucpd stream tcp nowait root /usr/libexec/uucpd uucpd #nntp stream tcp nowait usenet /usr/libexec/nntpd nntpd finger stream tcp nowait nobody /usr/libexec/fingerd fingerd |
