This is version 2.5 of the at/atrun pair for running commands on a
regular basis. To install, do a

# ./Configure

and answer the questions, then do a

# make install

as root.  You can also use the Makefile.old, if Configure does not run
for you.  However, this will not install your manpages correctly.

Do not forget to put

* * * * * (name of atrun executable here)

into root's crontab file and to start up crond in /etc/rc.

(To place the line into crontab, do a

# crontab -l > cront
# vi cront

[or whatever your favourite editor is.  Add the line above if it is
not already in there.]

# crontab -r cront
)

Also, if you happen to have an older version of at around, make sure
to delete it (it might lurk in /bin, for example).

Bug reports to:
	ig25@rz.uni-karlsruhe.de

If at all possible, I'd appreciate you telling me which version you
found a bug in; run at -V to find out which one.

If you try to use at(1) on a system which does not support setreuid(2),
i.e. if you get an error whch looks vaguely like

undefined symbol _setreuid referenced from text segment

DO NOT try to install at on your system by removing all that strange
PRIV stuff.  You will install a rather glaring security hole that way.
