Browse Source

disable talkd and fingerd by default, what the heck, they are less used these days

OPENBSD_2_8
deraadt 24 years ago
parent
commit
288ce11016
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/etc/inetd.conf

+ 3
- 3
src/etc/inetd.conf View File

@ -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


Loading…
Cancel
Save