blob: fca79cc303cf9d0585d7c6cd11398fef49408222 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
===========================================================================
$NetBSD: MESSAGE,v 1.3 2002/07/15 23:04:38 wiz Exp $
To activate nidentd, you need to add the following lines to your
/etc/inetd.conf file:
ident stream tcp nowait root ${PREFIX}/libexec/nidentd nidentd -m
ident stream tcp6 nowait nobody ${PREFIX}/libexec/nidentd nidentd -6
After that, restart/HUP inetd: kill -HUP `cat /var/run/inetd.conf`
===========================================================================
|