
  In order to install the xisp package follow the steps outlined below.

    1. Edit the Makefile and the common.h files. Make sure the variables
       in the top part of the Makefile, as well as the CHAT, PPPD,
       PPPD_OPTIONS and PPPD_CONNECT defines in common.h correspond to the
       proper paths for your system. In common.h, in the modem defines
       section adjust the modem initialization string appropriately and
       pick the type of dialing your telephone line supports.  For the
       pppd options, a sample xisp.options file is also provided with this
       distribution. Edit it to suit your needs.

    2. Run make.

    3. Run make install

  You will note that xisp, xispdial and xisprccv binaries are installed
  with mode 750 and owned by root and group uucp. This is so that system
  administrators can implement selective permission to use xisp, by
  giving access only to users which are also members of the uucp group.
  pppd and chat should also have the same permissions, for the user
  processes xisp and xispdial to be able to use them. In other words,
  go to wherever you have pppd and chat and do:

   chown root.uucp pppd chat
   chmod 750 pppd chat

  As of version 1.3 a .xisprc file converter is also included with
  the xisp distribution. It converts .xisprc files from the immediately
  previous version to the current version.

  If you encounter any problems, or find any bugs, please report them to
  the e-mail address listed at the end of the README file. I have made
  an effort to document the code as much as possible so that it should
  be fairly readable, and hence easily modifiable by others. I would
  appreciate any feedback/suggestions/enhancements you might have :)

  Enjoy,

  Dimitri

