Date: Wed, 05 Feb 2003 17:57:30 +0900 (KST) From: CHOI Junho <cjh@kr.FreeBSD.org> To: current@freebsd.org Subject: 5.0 cron problem Message-ID: <20030205.175730.55903839.cjh@kr.FreeBSD.org>
next in thread | raw e-mail | index | archive | help
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 <http://www.kr.FreeBSD.org/~cjh> KFUG <cjh at kr.FreeBSD.org> FreeBSD Project <cjh at FreeBSD.org> Web Data Bank <cjh at wdb.co.kr> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030205.175730.55903839.cjh>