blob: d85cd180351f5214b4f3df117f3e7753ab429dd1 (
plain)
1
2
3
4
5
6
7
|
** 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`
|