Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 May 2001 02:30:59 -0500
From:      Christopher Farley <chris@northernbrewer.com>
To:        questions@freebsd.org
Subject:   limits: not found
Message-ID:  <20010504023057.B11595@northernbrewer.com>

next in thread | raw e-mail | index | archive | help
I've got a cron job that returns this message:
limits: not found

What does it mean?

It's running this script:

#!/bin/sh
PATH=/bin
DATE=`date "+%Y-%m-%d"`

for file in `ls /var/log/http/*.log`
do
   mv $file $file.$DATE
done
/usr/local/sbin/apachectl graceful

/usr/bin/gzip /var/log/http/*.$DATE
   
-- 
Christopher Farley
www.northernbrewer.com

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010504023057.B11595>