Merge from vendor branch TNF:
[pkgsrcv2.git] / net / nidentd / MESSAGE
1 ===========================================================================
2 $NetBSD: MESSAGE,v 1.4 2002/10/29 10:18:37 wiz Exp $
3
4 To activate nidentd, you need to add the following lines to your
5 /etc/inetd.conf file:
6
7  ident stream tcp nowait  root   ${PREFIX}/libexec/nidentd nidentd -m
8  ident stream tcp6 nowait nobody ${PREFIX}/libexec/nidentd nidentd -6
9
10 After that, tell inetd to reload its config file:
11         /etc/rc.d/inetd reload
12
13 ===========================================================================