Files
pkgsrc-ng/net/nidentd/MESSAGE
2013-09-26 17:14:40 +02:00

14 lines
510 B
Plaintext

===========================================================================
$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
===========================================================================