diff options
| author | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2000-10-08 12:45:50 +0000 |
|---|---|---|
| committer | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2000-10-08 12:45:50 +0000 |
| commit | 9e8426b6d59dcb71e406ba37cbd5c36d3476ed77 (patch) | |
| tree | a309b648901eb4af158d1c33ddb3cedb00bc2dd1 | |
| parent | e36ea33f8dea703a72fa4a17593fce9d8255b1e3 (diff) | |
Notes
| -rw-r--r-- | etc/inetd.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/inetd.conf b/etc/inetd.conf index 432a0224053ee..156f61352b2b2 100644 --- a/etc/inetd.conf +++ b/etc/inetd.conf @@ -6,9 +6,9 @@ # 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 -finger stream tcp nowait nobody /usr/libexec/fingerd fingerd -s +#shell stream tcp nowait root /usr/libexec/rshd rshd +#login stream tcp nowait root /usr/libexec/rlogind rlogind +#finger stream tcp nowait nobody /usr/libexec/fingerd fingerd -s #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 |
