Hi, I use often the great tool glsa-check in this way:
/usr/bin/glsa-check -l new > /tmp/`date +%F`.glsa To produce a file which I could read or mail, to check for vulnerabilities in a machine. What I want to do is to generate this file everyday with a crontab entry like this: 45 6 * * * /usr/bin/glsa-check -l new > /tmp/`date +%F`.glsa The problem is that this is not working, it works in the shell, but it doesn't works from cron. If anybody can enlight me, I would appreciate it. -- Andres -- gentoo-user@gentoo.org mailing list