$Id: INSTALL,v 1.1 1996/11/17 09:02:06 hans Exp $

Installation - account.daily

There are some configurable variables near the beginning of the script.
Adjust them to your needs. It should be possible to get more inform-
ation by changing the flags of the sa program.

Browse through the Makefile and adjust the configuration if necessary.
Then simply type 'make install'.

By default the script will be installed in /usr/local/sbin.

Call 'crontab -e' and insert an entry like:

# AT 23:59: Accounting summary
59 23 * * * /usr/local/sbin/account.daily

Future versions may use GNU autoconf to figure out most things
automagically.

Installation - account.isdn

There are some configurable variables near the beginning of the script.
Adjust them to your needs.

Browse through the Makefile and adjust the configuration if necessary.
Then simply type 'make install.isdn'.

By default the script will be installed in /usr/local/sbin.

Call 'crontab -e' and insert an entry like:

# At 01:00 monthly: ISDN summary
00 01 1 * * /usr/local/sbin/account.isdn

