On Thu, Dec 13, 2007 at 03:13:06PM +1100, Zenaan Harkness wrote:
> Any idea why I'm getting these, and how to stop them?:
> 
>    Subject: Cron <[EMAIL PROTECTED]>   [ -d /var/lib/php5 ] && find 
> /var/lib/php5/ -type f -cmin
>       +$(/usr/share/php5/maxlifetime) -print0 | xargs -r -0 rm
> 
>    /bin/sh: /usr/share/php5/maxlifetime: Permission denied
>    find: invalid argument `+' to `-cmin'

    chmod +x /usr/share/php5/maxlifetime

Should do it.
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to