diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1996-11-09 21:18:57 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1996-11-09 21:18:57 +0000 |
commit | 8b900a15b0a4833ddee05bffe091c40a03885fb6 (patch) | |
tree | 0ae87062d49c616cba9b5bd19545fc09274be96d | |
parent | 9c881f63c889daca2e82ef3620bfa2998ff0dbbc (diff) |
By default, run telnetd with -k (no auto kludge)
-rw-r--r-- | etc/inetd.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inetd.conf b/etc/inetd.conf index 1101dae302e..70b6209fa55 100644 --- a/etc/inetd.conf +++ b/etc/inetd.conf @@ -1,9 +1,9 @@ -# $OpenBSD: inetd.conf,v 1.14 1996/09/23 13:06:04 deraadt Exp $ +# $OpenBSD: inetd.conf,v 1.15 1996/11/09 21:18:56 downsj Exp $ # # Internet server configuration database # ftp stream tcp nowait root /usr/libexec/ftpd ftpd -US -telnet stream tcp nowait root /usr/libexec/telnetd telnetd +telnet stream tcp nowait root /usr/libexec/telnetd telnetd -k shell stream tcp nowait root /usr/libexec/rshd rshd -L login stream tcp nowait root /usr/libexec/rlogind rlogind #exec stream tcp nowait root /usr/libexec/rexecd rexecd |