Thufir wrote:
I want to have output to know whether or not this cronjob tries to
run, and, if so, what the result is. This is done through the logger?
<http://code.google.com/p/feed-on-feeds/> itself seems to run fine,
but I have to manually update the feeds.
[root@localhost ~]#
[root@localhost ~]# cat /etc/cron.hourly/feeds-on-feeds
50 * * * * /usr/local/bin/GET
http://minutillo.com/steve/fof/update-quiet.php
[root@localhost ~]#
[root@localhost ~]# date
Tue Apr 24 22:52:00 BST 2007
[root@localhost ~]#
Delete the "50 * * * * *" part of the entry. Files in /etc/cron.hourly
are run, well, hourly.