[ic] expireall and server --start fail to run in crontab (was: Where is checkstat.sh?)

Ron Phipps rphipps@reliant-solutions.com
Wed, 28 Mar 2001 14:37:19 -0800


Curt have you tried using the -f option in your expire statement?  This is
what I use:

(Substitute with your paths)
su -c "/usr/local/interchange/bin/expireall -r -f
/usr/local/interchange/interchange.cfg" ic

Yours would look like:

1,11,21,31,41,51 * * * *
/home/htdocs/my_space/interchange/bin/expireall -r -f
/home/htdocs/my_space/interchange/interchange.cfg


This will point expireall to use the file in the -f parameter.  I think this
is the 'correct' solution to your problem.  Take it easy!

-Ron