Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sun-barr!olivea!uunet!elroy.jpl.nasa.gov!ncar!acd.ucar.edu!fredrick From: fredrick@acd.ucar.edu (Tim Fredrick) Newsgroups: comp.unix.aix Subject: calendar fix (AIX3.1.3002) Message-ID: <10251@ncar.ucar.edu> Date: 11 Feb 91 21:58:17 GMT Sender: news@ncar.ucar.edu Reply-To: fredrick@acd.ucar.edu (Tim Fredrick) Organization: Atmospheric Chemistry Division/NCAR, Boulder CO Lines: 20 In case anyone's interested, I couldn't get calendar to remind people of their calendar messages by mail until I found and fixed an error in /usr/bin/calendar (a shellscript) on the Risc-System 6000. Line 55 should read egrep -f ${_tmp} 2>/dev/null > /tmp/calendar.$$ The "> /tmp/calendar.$$" was missing. Of course an entry in /usr/spool/cron/crontabs/root needs to read something like "0 4 * * * /usr/bin/calendar -". I don't know if this problem was fixed in release 3003. --Tim Tim Fredrick National Center for Atmospheric Research Atmospheric Chemistry Division fredrick@ncar.ucar.edu PO Box 3000 fredrick@ncar.CSNET Boulder, CO 80307