[1645] in Release_Engineering
New additions to NFS server crontab
daemon@ATHENA.MIT.EDU (David Krikorian)
Thu Sep 14 22:26:10 1989
Date: Thu, 14 Sep 89 22:25:39 -0400
From: David Krikorian <dkk@ATHENA.MIT.EDU>
To: rel-eng@ATHENA.MIT.EDU
Cc: jfc@ATHENA.MIT.EDU
Reply-To: dkk@ATHENA.MIT.EDU
These two lines should be added to the crontab file for NFS servers
(with mkserv), or to the standard (workstation) crontab, if you wish
to do it that way. Shell scripts for these programs are forthcoming.
We placed these scripts in /usr/local, but their final location in the
release is up to you.
10 3 * * 2,4,7 root /usr/local/find-daily
10 3 * * 6 root /usr/local/find-weekly
-dkk and jfc