diff options
author | Hugh Graham <hugh@cvs.openbsd.org> | 2001-04-14 03:03:28 +0000 |
---|---|---|
committer | Hugh Graham <hugh@cvs.openbsd.org> | 2001-04-14 03:03:28 +0000 |
commit | fdb86cc321b1897aa3c3edb4f65dda0d77bd7565 (patch) | |
tree | 256ce7f8f2d771fb343dc1743153cfe6af8da1fb /etc | |
parent | 81f7747775ae7fcf0f8d19f7dd884e72ec059bab (diff) |
Remove the -o flag from identd's default invocation as it serves only to
obfuscate, and confuses some software.
derradt + millert concur.
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 c9394118536..32144e65901 100644 --- a/etc/inetd.conf +++ b/etc/inetd.conf @@ -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 |