diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-25 16:11:18 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-25 16:11:18 +0000 |
commit | 70b82770c25ea86255036b261459576d56e6d43a (patch) | |
tree | d4f3e1a5677bb5f8cc8581db557362ce0d5b3701 | |
parent | a7ffee054003c7c698a44bf4f0851e04d9df8deb (diff) |
default to logging rsh connections
-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 b04a13760b8..d08ae364e7d 100644 --- a/etc/inetd.conf +++ b/etc/inetd.conf @@ -1,10 +1,10 @@ -# $OpenBSD: inetd.conf,v 1.6 1996/05/26 10:25:23 deraadt Exp $ +# $OpenBSD: inetd.conf,v 1.7 1996/06/25 16:11:17 deraadt Exp $ # # Internet server configuration database # 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 +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 #uucpd stream tcp nowait root /usr/libexec/uucpd uucpd |