diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-04-10 05:13:43 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-04-10 05:13:43 +0000 |
commit | d0e368bef565b6d7fa7d339e17eecc87efb08470 (patch) | |
tree | 3f7a6ccafe6a28b13caafccf0ee5745ae4de9d6f | |
parent | 4e0b5990f3b9b0ddd12676fb0faf0b1cccc5c4e0 (diff) |
rsh off by default
-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 fa788247339..7fd5289063e 100644 --- a/etc/inetd.conf +++ b/etc/inetd.conf @@ -1,10 +1,10 @@ -# $OpenBSD: inetd.conf,v 1.30 1998/12/19 01:27:35 deraadt Exp $ +# $OpenBSD: inetd.conf,v 1.31 1999/04/10 05:13:42 deraadt Exp $ # # Internet server configuration database # ftp stream tcp nowait root /usr/libexec/ftpd ftpd -US telnet stream tcp nowait root /usr/libexec/telnetd telnetd -k -shell stream tcp nowait root /usr/libexec/rshd rshd -L +#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 |