This software is made available under the terms of NFR's
Source Code License. See "LICENSE.TXT" for details.



Installation:
-------------
1) Type "make"
2) It should compile a copy of backofficer
3) Copy the executable someplace where you want it
4) Put it in your system startup someplace (/etc/rc.local is a good bet)
5) Output will go to syslog by default. You can make it go to a logfile
	as well using -l option

Options:
	backofficer [-q] [-t] [-l logfile]
	[-q] disables fake replies
	[-l logfile] appends logs to specified file
	[-t] do not run as a daemon
	[-n] do not use syslog(3)




Compilation Options:
--------------------
#defines you may need to fix in the code:

Make sure this is turned on if you are on a big endian machine
#ifdef WORDS_BIGENDIAN


If you don't want the pid file to be written, uncomment
#define	PIDFILE "/var/run/backofficer.pid"
or feel free to adjust its location
