Sergio Gutierrez wrote: > > Hi Tom. > > I understand it. > > But according to the solution you suggest: > > 1. Would we modify through code the crontab to add the -x option?
This is the easiest option and follows existing models. > 2. Would we evaluate, at ex function at cron.c if the command exists > and is executable, and in case it does not, not to execute it? > No. > Thanks and regards. > > Sergio. > > The original bug occurred when someone took out one of the NFS packages in trying to build a minimal install. That package contained the nfsfind executable. Another part of the installation added the crontab entry. So, a different approach would be to change the addition of the crontab entry to be done if and only if the package with nfsfind was added to the system. This is a harder approach than the '-x' one. But the '-x' one is certainly an approach you can take.