Re: [gentoo-user] glsa-check cron question

2005-12-05 Thread Andres Becerra Sandoval
On 12/5/05, Kurt V. Hindenburg <[EMAIL PROTECTED]> wrote: > On Monday 05 December 2005 09:39, Andres Becerra Sandoval wrote: > | 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. I

Re: [gentoo-user] glsa-check cron question

2005-12-05 Thread Kurt V. Hindenburg
On Monday 05 December 2005 09:39, Andres Becerra Sandoval wrote: | 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. Most of the time,

Re: [gentoo-user] glsa-check cron question

2005-12-05 Thread Andres Becerra Sandoval
On 12/5/05, Neil Bothwick <[EMAIL PROTECTED]> wrote: > On Mon, 5 Dec 2005 15:39:00 +0100, Andres Becerra Sandoval wrote: > > > 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 pro

Re: [gentoo-user] glsa-check cron question

2005-12-05 Thread Neil Bothwick
On Mon, 5 Dec 2005 15:39:00 +0100, Andres Becerra Sandoval wrote: > 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 >

[gentoo-user] glsa-check cron question

2005-12-05 Thread Andres Becerra Sandoval
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