[All]
InterClient install on Mandrake Linux 8
Abstract: InterClient install on Mandrake Linux 8
Has the InterClient install been changed to use xinetd instead of inetd?
Yes, instead of updating the /etc/inetd.conf with the following:
interserver stream tcp nowait root /usr/interclient/bin/interserver
interserver
we append the /etc/xinetd.d with the following:
service interserver
{
flags = REUSE
socket_type = stream
wait = no
user = root
server = /usr/interclient/bin/interserver
}