Hi, I have been searching high and low on using xinetd to configure SWAT and so far cannot find a single item. Could you point me into the right direction to find these particular resources? Thanks, GS
Sorry I don't have a link for you but here's my xinetd file for swat.
service swat
{
disable = no
port = 901
socket_type = stream
wait = no
only_from = localhost
user = root
server = /usr/sbin/swat
log_on_failure += USERID
}
>
> I have been searching high and low on using xinetd to configure SWAT and
> so far
> cannot find a single item.
>
> Could you point me into the right direction to find these particular
> resources?
>
> Thanks,
>
> GS
>
>
>
>
>
>