1rcapid(8) System Manager's Manual rcapid(8)
2
3
4
6 rcapid - remote CAPI server
7
9 rcapid [-l loglevel]
10
12 rcapid is a server to communicate with CAPI clients.
13
14 It is designed to run from inetd.
15
16 add the following line to /etc/services:
17
18 capi 6000/tcp
19
20 add the following line to /etc/inetd.conf:
21
22 capi stream tcp nowait.9999 /usr/sbin/rcapid rcapid
23
24 (there's not much documentation to be found. help!)
25
26
28 -l loglevel
29 the level of verbosity in the logging. This is logged in
30 /tmp/rcapid.log
31
32
34 The logging should go through syslog.
35
36
38 manpage written from C source and README by Paul Slootman
39 <paul@debian.org>.
40
41
42
43 rcapid(8)