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

NCID Client Output Modules:

Modules are located in /usr/share/ncid/
Module conf files are located in /etc/ncid/conf.d/
A module is configured by editing /etc/ncid/conf.d/ncid-<name>.conf

For a description of all modules:
    http://ncid.sourceforge.net/man/ncid_modules.7.html

The Makefile is used to create the runable scripts.

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

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

To make scripts for /usr:       make modules
To make scripts for /usr/local: make local
