From owner-freebsd-current Wed Feb 5 0:57:49 2003 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A975F37B401 for ; Wed, 5 Feb 2003 00:57:47 -0800 (PST) Received: from daemon.kr.FreeBSD.org (daemon.kr.freebsd.org [211.176.62.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3140543E4A for ; Wed, 5 Feb 2003 00:57:46 -0800 (PST) (envelope-from cjh@kr.FreeBSD.org) Received: from gradius.wdb.co.kr (daemon [211.176.62.31]) by daemon.kr.FreeBSD.org (Postfix) with ESMTP id 316818F611 for ; Wed, 5 Feb 2003 17:57:35 +0900 (KST) Received: from localhost (localhost [127.0.0.1]) by gradius.wdb.co.kr (8.12.6/8.12.6) with ESMTP id h158vUcq048182 for ; Wed, 5 Feb 2003 17:57:31 +0900 (KST) (envelope-from cjh@kr.FreeBSD.org) Date: Wed, 05 Feb 2003 17:57:30 +0900 (KST) Message-Id: <20030205.175730.55903839.cjh@kr.FreeBSD.org> To: current@freebsd.org Subject: 5.0 cron problem From: CHOI Junho Organization: Korea FreeBSD Users Group X-URL: http://www.kr.FreeBSD.org/~cjh X-Mailer: Mew version 3.1.51 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I updated 4.7-RELEASE-p2 to 5.0-RELEASE using source upgrade. Everything is fine until now. One problem is cron. I have the following crontab of root user: ---------------------- CVSUP=/usr/local/bin/cvsup -g -L2 -h localhost CVSUPDIR=/b/FreeBSD/cvsup # source sync 0 */1 * * * $CVSUP $CVSUPDIR/4_7-supfile > /dev/null 20 */1 * * * $CVSUP $CVSUPDIR/5_0-supfile > /dev/null 40 */1 * * * $CVSUP $CVSUPDIR/current-supfile > /dev/null ---------------------- When I install this crontab: # crontab my-crontab "my-crontab":0: bad minute crontab: errors in crontab file, can't install "0" means line number. It means variable setting doesn't work... I used this crontab over years on 4.[4567]-RELEASE happily. What happen to cron? I suspected updating procedure(/usr/src/UPDATING) because my -current desktop(starting from -current snapshot a year ago) doesn't have such problem. -- CHOI Junho KFUG FreeBSD Project Web Data Bank Key fingerprint = 1369 7374 A45F F41A F3C0 07E3 4A01 C020 E602 60F5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message