# README-server
# File last changed: Feb 23, 2021

NCID Server:

    This is the NCID server, it receives input from a modem, CID device,
    or gateway and sends the Caller ID information to its clients.

ncidd           - NCID server
ncidd.conf      - ncidd configuration file
ncidd.alias     - NCID server alias file
ncidd.blacklist - NCID server blacklist file
ncidd.whitelist - NCID server whitelist file

The Makefile is used to create ncidd and ncidd.conf.

    prefix  - default: prefix=/usr: $(prefix)/bin and $(prefix)/sbin
    prefix2 - default: prefix2= :   $(prefix2)/etc
    prefix3 - default: prefix3= :   $(prefix)/var

    prefix2 controls where to look for the config file,
    (the default is /etc)

To make ncidd and ncidd.conf for /usr:       make server
To make ncidd and ncidd.conf for /usr/local: make local
