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

NCID Gateways:

    These are CID gateways that pull CID information off the network
    and input it to the NCID server.

Gateway conf files are located in /etc/ncid/
A gateway is configured by editing /etc/ncid/<name>2ncid.conf

For a description of all gateways:
    http://nomad.dyndns.org/ncid/man/ncid_gateways.7.html

The Makefile is used to create the runable programs and scripts.

    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 programs & scripts for /usr:            make gateway
To make programs & scripts.conf for /usr/local: make local
