From owner-freebsd-questions Fri May 4 0:31: 2 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.nbrewer.com (sparge.nbrewer.com [208.42.68.70]) by hub.freebsd.org (Postfix) with ESMTP id A268037B422 for ; Fri, 4 May 2001 00:31:00 -0700 (PDT) (envelope-from chris@nbrewer.com) Received: by mail.nbrewer.com (Postfix, from userid 1001) id 73178383059; Fri, 4 May 2001 02:30:59 -0500 (CDT) Date: Fri, 4 May 2001 02:30:59 -0500 From: Christopher Farley To: questions@freebsd.org Subject: limits: not found Message-ID: <20010504023057.B11595@northernbrewer.com> Mail-Followup-To: Christopher Farley , questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Organization: Northern Brewer, St. Paul, MN Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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