===========================================================================
$NetBSD: MESSAGE,v 1.5 2002/10/29 10:39:19 wiz Exp $

To activate nidentd, you need to add the following lines to your
/etc/inetd.conf file:

 ident stream tcp nowait  root   /usr/pkg/libexec/nidentd nidentd -m
 ident stream tcp6 nowait nobody /usr/pkg/libexec/nidentd nidentd -6

After that, tell inetd to reload its config file:
	/etc/rc.d/inetd reload

===========================================================================
