Package: cron Version: 3.0pl1-104 The first form below does not work.
$ echo -e 'zzz=\n* * * * * date'|crontab - "-":0: bad minute errors in crontab file, can't install. $ echo -e '* * * * * date'|crontab - $ echo -e 'zzz=4\n* * * * * date'|crontab - $ echo -e 'zzz=""\n* * * * * date'|crontab - $ It might be documented in the small print somewhere, but at least you must admit that the error message is wrong. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

