View Single Post
  #5   (View Single Post)  
Old 29th June 2008
J65nko J65nko is offline
Administrator
 
Join Date: May 2008
Location: Budel - the Netherlands
Posts: 4,128
Default

The only thing you should know is that the PATH in a CRON environment is very limited compared to the PATH in the cron environment.

You either explicitly set and export the value of PATH in your cron script, or use fully qualified names for the utilities you use. For example: /bin/tar instead of tar.
__________________
You don't need to be a genius to debug a pf.conf firewall ruleset, you just need the guts to run tcpdump
Reply With Quote