Use more sane defaults for commented out fingerd entry.
From OpenBSD and Zafer Aydogan. PR/31341.
This commit is contained in:
parent
a6040f634b
commit
392d31ddc2
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: inetd.conf,v 1.55 2005/02/28 02:35:55 christos Exp $
|
||||
# $NetBSD: inetd.conf,v 1.56 2005/09/18 19:47:28 elad Exp $
|
||||
#
|
||||
# Internet server configuration database
|
||||
#
|
||||
|
@ -16,8 +16,8 @@
|
|||
#exec stream tcp6 nowait root /usr/libexec/rexecd rexecd
|
||||
#uucpd stream tcp nowait root /usr/libexec/uucpd uucpd -l
|
||||
#uucpd stream tcp6 nowait root /usr/libexec/uucpd uucpd -l
|
||||
#finger stream tcp nowait nobody /usr/libexec/fingerd fingerd -l
|
||||
#finger stream tcp6 nowait nobody /usr/libexec/fingerd fingerd -l
|
||||
#finger stream tcp nowait nobody /usr/libexec/fingerd fingerd -lsmu
|
||||
#finger stream tcp6 nowait nobody /usr/libexec/fingerd fingerd -lsmu
|
||||
#ident stream tcp nowait nobody /usr/libexec/identd identd -l -o OTHER -e -N
|
||||
#ident stream tcp6 nowait nobody /usr/libexec/identd identd -l -o OTHER -e -N
|
||||
#tftp dgram udp wait root /usr/libexec/tftpd tftpd -l -s /tftpboot
|
||||
|
|
Loading…
Reference in New Issue