blob: 829f073b4ad18e16b9b9ccc24fd6983d2cc89238 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
===========================================================================
$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 ${PREFIX}/libexec/nidentd nidentd -m
ident stream tcp6 nowait nobody ${PREFIX}/libexec/nidentd nidentd -6
After that, tell inetd to reload its config file:
/etc/rc.d/inetd reload
===========================================================================
|