idled v1.02a
------------

Should you find any bugs, feel free to send them on to me.  If you make any
additions to the package (including source modification), please take the time
to drop them off to me for inclusion into the next official release.

Quick start:

	1) Create /etc/noidleout (sample included)
	2) Create /etc/idled.warn and /etc/idled.kill (samples included)
	3) cd src; make install to install binary and man page
	4) Place the following line in /etc/rc.d/rc.local
		
		/usr/bin/idled -w

	5) This uses the defaults (see the man page), and runs idled in
	   "warn-first" mode.

NOTES
-----

The pre-compiled binary supplied with the distribution archive was created
on a 486DX/100 running Linux 1.2.0, using libc v4.6.27 and gcc v2.6.2.  If 
you are using an older version of libc, you should probably recompile idled.
To this, simple cd to the ./src directory and type:
	
	make clean
	make idled

Regards.

-scott

