Browse Source

Remove the -o flag from identd's default invocation as it serves only to

obfuscate, and confuses some software.
derradt + millert concur.
OPENBSD_2_9
hugh 23 years ago
parent
commit
fd98026eca
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.39 2001/03/08 01:24:02 itojun Exp $
# $OpenBSD: inetd.conf,v 1.40 2001/04/14 03:03:27 hugh Exp $
#
# Internet server configuration database
#
@ -16,8 +16,8 @@
#uucpd stream tcp nowait root /usr/libexec/uucpd uucpd
#finger stream tcp nowait nobody /usr/libexec/fingerd fingerd -lsm
#finger stream tcp6 nowait nobody /usr/libexec/fingerd fingerd -lsm
ident stream tcp nowait nobody /usr/libexec/identd identd -elo
ident stream tcp6 nowait nobody /usr/libexec/identd identd -elo
ident stream tcp nowait nobody /usr/libexec/identd identd -el
ident stream tcp6 nowait nobody /usr/libexec/identd identd -el
#tftp dgram udp wait root /usr/libexec/tftpd tftpd -s /tftpboot
comsat dgram udp wait root /usr/libexec/comsat comsat
comsat dgram udp6 wait root /usr/libexec/comsat comsat


Loading…
Cancel
Save