blob: 2146ec05abec32e30fcb322695be5dee93d1c37f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
===========================================================================
$NetBSD: MESSAGE,v 1.2 2002/07/15 22:57:29 heinz 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`
===========================================================================
|