capisuite/debian
gernot e625083758 added some auto-created files reported from Achim
git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@62 4ebea2bb-67d4-0310-8558-a5799e421b66
2003-03-25 00:08:58 +00:00
..
.cvsignore added some auto-created files reported from Achim 2003-03-25 00:08:58 +00:00
README.Debian initial checkin of debian specific files, created/maintained by Achim Bohnet 2003-03-21 23:34:26 +00:00
TODO.Debian initial checkin of debian specific files, created/maintained by Achim Bohnet 2003-03-21 23:34:26 +00:00
changelog update from Achim 2003-03-25 00:04:58 +00:00
control initial checkin of debian specific files, created/maintained by Achim Bohnet 2003-03-21 23:34:26 +00:00
copyright initial checkin of debian specific files, created/maintained by Achim Bohnet 2003-03-21 23:34:26 +00:00
dirs initial checkin of debian specific files, created/maintained by Achim Bohnet 2003-03-21 23:34:26 +00:00
docs initial checkin of debian specific files, created/maintained by Achim Bohnet 2003-03-21 23:34:26 +00:00
etc-default initial checkin of debian specific files, created/maintained by Achim Bohnet 2003-03-21 23:34:26 +00:00
init.d initial checkin of debian specific files, created/maintained by Achim Bohnet 2003-03-21 23:34:26 +00:00
rules initial checkin of debian specific files, created/maintained by Achim Bohnet 2003-03-21 23:34:26 +00:00

README.Debian

capisuite for Debian
--------------------

That's my first non trivial package. If violations to the debian-policy
are found please let me know.

Using capisuite on Debian
-------------------------

  o I'll assume that you'll have a working CAPI capable card
  o configure files in /etc/init.d/capisuite to your needs
  o set run_capisuite_daemon in /etc/default/capisuite to 'y'
    now capisuite daemon will be start/stop on boot/shutdown,
    respectively.

ISDN PCMCIA card users
----------------------

For PCMCIA cards it makes more sense to not start capisuite always
on boot but let the cardmgr start and stop capisuite when the card
is inserted/removed:

  o install pcmcia-cs pkg that contains the cardmgr daemon
  o remove boot/shutdown scripts

	update-rc.d -f capisuite remove

  o insert the card into the PCMCIA slot
  o check new the cardmgr entries at the end of

  	/var/log/daemon.log

    to find out what script in /etc/pcmcia cardmgr call on insertion

  o add /etc/init.d/capisuite start|stop to end|start of the the
    start)|stop) branches in the /etc/pcmcia/ script


 -- Achim Bohnet <ach@mpe.mpg.de>, Mon, 19 Mar 2003 19:28:23 +0100