Last two days have had an email from Cron Daemon -
Cron <root@HOSTING-MAIL> test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily )
/etc/cron.daily/ntp:
gzip: peerstats.20070722.gz already exists; not overwritten
If I log into SSH and try the following -
HOSTING-MAIL:~# test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily )
I get -
/etc/cron.daily/ntp:
gzip: peerstats.20070722.gz already exists; do you wish to overwrite (y or n)?
Is this anything to worry about? How do I put it right?
Thanks.
Cron <root@HOSTING-MAIL> test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily )
/etc/cron.daily/ntp:
gzip: peerstats.20070722.gz already exists; not overwritten
If I log into SSH and try the following -
HOSTING-MAIL:~# test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily )
I get -
/etc/cron.daily/ntp:
gzip: peerstats.20070722.gz already exists; do you wish to overwrite (y or n)?
Is this anything to worry about? How do I put it right?
Thanks.