Gentoo Archives: gentoo-user

From: "Kurt V. Hindenburg" <ml@×××××××××××××××.name>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] glsa-check cron question
Date: Mon, 05 Dec 2005 15:45:47
Message-Id: 200512051037.53936.ml@kurt.hindenburg.name
In Reply to: [gentoo-user] glsa-check cron question by Andres Becerra Sandoval
1 On Monday 05 December 2005 09:39, Andres Becerra Sandoval wrote:
2 | 45 6 * * * /usr/bin/glsa-check -l new > /tmp/`date +%F`.glsa
3 |
4 | The problem is that this is not working, it works in the shell, but it
5 | doesn't works from cron. If anybody can enlight me, I would appreciate
6 | it.
7 Most of the time, you must put the full path for executables in the crontab...
8
9 36 * * * * /usr/bin/glsa-check -l new > /tmp/`/usr/bin/date +%F`.glsa
10
11 works for me.
12
13 Regards,
14 Kurt
15
16 --
17 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] glsa-check cron question Andres Becerra Sandoval <andres.becerra@×××××.com>