# # 07-Mar-02 amo Install vacation # # # Sourceforge has newer version # http://sourceforge.net/project/showfiles.php?group_id=3852&release_id=48337 # # # ftp://sunsite.unc.edu/pub/Linux/system/mail/mailhandlers/vacation-1.2.6.tar.gz # http://rpmfind.net/linux/RPM/rhcontrib/7.1/i386/vacation-1.2.6.1-0.i386.html # # http://www.sacs.ucsf.edu/Consulting/faq/vacation.html http://www.strath.ac.uk/IT/Email/vacation.html # # http://www.oucs.ox.ac.uk/email/wing/index.xml.ID=vacation http://psy.ucsd.edu/psynet/howtos/email/autoreply.html # # # cd /usr/local/src wget ftp://sunsite.unc.edu/pub/Linux/system/mail/mailhandlers/vacation-1.2.6.tar.gz # tar zxvfp vacation-1.2.6.tar.gz # cd vacation vi Makefile change BINDIR change MANDIR # make # make -n install # # # end of file