> The problem that you're having is with your PATH environment variable. > On my machine, I've put the above commands (without the full pathname) > into a script. In that script I set the path by putting the following > into the script before the commands: > > PATH=$PATH:/usr/local/bin > > Once you do this, the commands should work just fine. If you are not > putting these commands into a script and are running them directly out > of cron, then you can easily tell cron to use /usr/local/bin by adding > the above line to the crontab. Try "man 5 crontab" for more details. > > I don't think that adding the full paths to the FAQ entry is a good idea. > But if everyone else does, then that's fine with me.
Mark, You have some good points. Perhaps a better idea is to add to the FAQ that something like the above needs to be added to the crontab or to the enclosing script. -mark http://mark.stosberg.com/ _________________________________________________ tmda-workers mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-workers
