diff options
author | 2000-10-11 13:31:16 +0000 | |
---|---|---|
committer | 2000-10-11 13:31:16 +0000 | |
commit | 4772ea83c9e2363e3da9aeae87adba854079ba85 (patch) | |
tree | 97a97a0bb701853b0261e8205761c56963dc6d36 | |
parent | sync (diff) | |
download | wireguard-openbsd-4772ea83c9e2363e3da9aeae87adba854079ba85.tar.xz wireguard-openbsd-4772ea83c9e2363e3da9aeae87adba854079ba85.zip |
disable talkd and fingerd by default, what the heck, they are less used these days
-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 |