Remote capi server
rcapid [-l loglevel]
rcapid is a server to communicate with CAPI clients.
It is designed to run from inetd.
add the following line to /etc/services:
capi 6000/tcp
add the following line to /etc/inetd.conf:
capi stream tcp nowait.9999 /usr/sbin/rcapid rcapid
(there's not much documentation to be found. help!)
-l loglevel
the level of verbosity in the logging. This is logged in /tmp/rcapid.log
The logging should go through syslog.
manpage written from C source and README by Paul Slootman <[email protected]>.