System Recovery Procedure v1.01
-------------------------------

Overview:
This program has been made as an easy way for a system admin to keep
track of his systems files and make sure none were replaced by trojan
binaries after a hacking.

Compiling:
First, you'll want to configure the list of files for your system in
sr.h so the program knows what to look for. Then to compile, simply type:
make

Usage:
Type 'sr' to get a usage summary. You will need to create a database, and
move that database to a safe place, like a floppy disk. Then, when you
think your system has been hack, you can use sr to verify all the files
you specified in your database to see if any changes were made.

Specific:
The sr program looks for several things when comparing the files to the
database. These are:
Last modifed time
Last changed time
File size
File owner
File group
File mode

This program is Copyright 1998 by Patrick Lambert <drow@wildstar.net>
You can use, modify and distribute this program following the GPL terms.
This program is provided AS IS with NO WARRANTY whatsoever.
The latest version is available from sunsite.unc.edu or
http://devplanet.fastethernet.net/files.html
