General:
--------

File and network resource alteration monitor (fanram) is a software component
that can monitor a specific file or network resource and determine whether it
has been altered or not.

Webpage:
--------

    http://inguza.com/software/fanram

Configuration:
--------------

 Basic configuration file:
  /etc/fanram/fanram.conf
  ~/.fanramrc

    The directory that contain all the configuration files:
	CONFIGDIR=/etc/fanram
    The directory that contain files for comparison:
	DATADIR=/var/lib/fanram
    The email address to report email notifications to:
	MAILTO=root
    The subject line of the report email:
	SUBJECT="fanram notification"

  $CONFIGDIR/email.template
    The email template that is prepended to all the email reports.  

  Any other file in $CONFIGDIR is treated as a list of files to compare.

Usage:
------

 Syntax:
    fanram


Platform support:
-----------------

Verified on:
 Debian GNU/Linux (lenny)

Copyright and license:
----------------------

    Copyright (C) 2010 Ola Lundqvist <ola@inguza.com>

  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation; either version 2 of the License, or
  (at your option) any later version.

  This program is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU General Public License for more details.

  You should have received a copy of the GNU General Public License
  along with this program; if not, write to the Free Software Foundation,
  Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
