isdn4k-utils/rcapid
Peter Marschall 1300fc19cb rcapid/configure.ac: updated from configure.in
* rename configure.in to configure.ac for recent autotools
* require autoconf 2.68
* update/remove obsolete macros
* quote arguments to AC_../AM_.. macros
* remove unneeded options --with-sbin / --with-man:
  --sbindir / --mandir serve exactly the same purpose
2012-04-20 19:16:07 +02:00
..
Makefile.am Add manpage for rcapid 2012-02-26 18:21:28 +01:00
Makefile.in Newer generated files. 2005-03-04 11:07:35 +00:00
README Simple Remote-CAPI-Server implementation 1998-05-19 18:10:11 +00:00
aclocal.m4 Newer generated files. 2005-03-04 11:07:35 +00:00
configure Newer generated files. 2005-03-04 11:07:35 +00:00
configure.ac rcapid/configure.ac: updated from configure.in 2012-04-20 19:16:07 +02:00
install-sh Simple Remote-CAPI-Server implementation 1998-05-19 18:10:11 +00:00
missing - The CAPI20 library is now a shared library. 1999-10-20 16:43:17 +00:00
mkinstalldirs - The CAPI20 library is now a shared library. 1999-10-20 16:43:17 +00:00
rcapicmd.h fixed rcapid to work with later versions of Bintec's remote capi client 2000-01-29 18:52:25 +00:00
rcapid.8 Add manpage for rcapid 2012-02-26 18:21:28 +01:00
rcapid.c fixed rcapid to work with later versions of Bintec's remote capi client 2000-01-29 18:52:25 +00:00

README

First implementation of a simple Remote-CAPI server. It works with
the CAPI-2.0 interface offered by the AVM-B1-card.

Installation:

- add the following line to /etc/services:

  capi 6000/tcp


- add the following line to /etc/inetd.conf:

  capi stream tcp nowait.9999 /sbin/rcapid rcapid


- restart inetd