Add example for the internal "ident server".

This commit is contained in:
Poul-Henning Kamp 1998-11-04 19:42:35 +00:00
parent 3c97a31c2f
commit 83713d0b04
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=40911

View File

@ -1,4 +1,4 @@
# $Id: inetd.conf,v 1.29 1998/09/02 01:34:56 brian Exp $ # $Id: inetd.conf,v 1.30 1998/09/30 16:12:40 wosch Exp $
# #
# Internet server configuration database # Internet server configuration database
# #
@ -61,6 +61,10 @@ ntalk dgram udp wait root /usr/libexec/ntalkd ntalkd
# #
#imap4 stream tcp nowait root /usr/local/libexec/imapd imapd #imap4 stream tcp nowait root /usr/local/libexec/imapd imapd
# #
# Return error for all "ident" requests
#
#ident stream tcp nowait root internal
#
# example entry for the optional ident server # example entry for the optional ident server
# #
#ident stream tcp wait root /usr/local/sbin/identd identd -w -t120 #ident stream tcp wait root /usr/local/sbin/identd identd -w -t120