diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-10-11 13:31:17 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-10-11 13:31:17 +0000 |
commit | 983ca89be12ad12a343e456970ca1d36e5123d60 (patch) | |
tree | c1b974fb6da446f8b4dc27e2c6079cd455ac9e52 /etc | |
parent | 21bf518531a76bc4f6572e9af1b60f1d11148d9f (diff) |
disable talkd and fingerd by default, what the heck, they are less used these days
Diffstat (limited to 'etc')
-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 59336ecef22..de89cc1b1a4 100644 --- a/etc/inetd.conf +++ b/etc/inetd.conf @@ -1,4 +1,4 @@ -# $OpenBSD: inetd.conf,v 1.36 2000/02/09 11:07:48 itojun Exp $ +# $OpenBSD: inetd.conf,v 1.37 2000/10/11 13:31:16 deraadt Exp $ # # Internet server configuration database # @@ -8,11 +8,11 @@ #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 -finger stream tcp nowait nobody /usr/libexec/fingerd fingerd -lsm +#finger stream tcp nowait nobody /usr/libexec/fingerd fingerd -lsm ident stream tcp nowait nobody /usr/libexec/identd identd -elo #tftp dgram udp wait root /usr/libexec/tftpd tftpd -s /tftpboot comsat dgram udp wait root /usr/libexec/comsat comsat -ntalk dgram udp wait root /usr/libexec/ntalkd ntalkd +#ntalk dgram udp wait root /usr/libexec/ntalkd ntalkd #bootps dgram udp wait root /usr/sbin/bootpd bootpd # Internal services #echo stream tcp nowait root internal |