Hello all,
Its working the script is working now, I do this the following:
*/3 * * * * root squid -k rotate
*/4 * * * * root /sbin/squidlog
*/5 * * * * root /sbin/squidzip
thank you,
Wennie
----- Original Message -----
From: "Wennie V. Lagmay" <wlagmay@xxxxxxxxxxxxx>
To: <squid-users@xxxxxxxxxxxxxxx>
Sent: Thursday, June 23, 2005 9:28 AM
Subject: script help
Hi all,
Im using Fedora Core 1 and 2 32 and 64 bit, I want to automized my
procedure thats way I create some scripts, All scripts are working but
when I test it with cron it is not working. Below are the scripts I want
to execute automatically and I put it all inside crontab.
*/3 * * * * root run-parts squid -k rotate
*/4 * * * * root run-parts /sbin/squidlog
*/5 * * * * root run-parts /sbin/squidzip
Can you please help me on how can I run this script automatically?
Thanks,
Wennie