home *** CD-ROM | disk | FTP | other *** search
- Software Requirements
- ---------------------
-
- - C compiler
-
- - yacc (to build the date parser)
-
- Installation
- ------------
-
- 1) Unpack the package in an appropriate directory
-
- 2) Edit the Makefile to specify the desired configuration items
-
- 3) If you do not run sendmail, edit the file src/at.h and follow the
- instructions there to specify the mailer you wish to use
-
- 4) Issue the command 'make' to build the binaries
-
- 5) Login as root
-
- 6) Verify that the parent directory for the at queue directory exists. If
- not, create it. (For example, if the queue directory is to be
- /usr/spool/at, /usr/spool must exist.)
-
- 7) type 'make install' to install the binaries and create the necessary
- directories
-
-