PROBLEM: (QAR 46084) (Patch ID: OSF410-400194) ******** This patch fixes a problem in which the cron command removes non-local file system files mounted in either the /tmp, /var/tmp, or /var/preserve directories. PROBLEM: (QAR 59325,QAR 57473, CLD HPAQB1GJ0) (Patch ID: OSF410-405387) ******** The default find command in crontab causes any NFS-mounted file systems to be searched by cron for files matching entries in /var/spool/cron/crontabs/*. (Such as /var/spool/cron/crontabs/root.) This means that any matching files in the mounted directories will also be deleted. This can be a problem if you intend to preserve the files in NFS-mounted directories. The patch modifies cron so that it searches only the local file systems, ignoring any NFS-mounted directories.