Re: Fcron mail output

2005-07-25 Thread S. Anthony Sequeira
On Mon, 2005-07-25 at 09:01 -0700, benjamin stathos wrote: > Sorry for being pedantic, but this is driving me nuts. I also receive > emails. The problem is the output isn't in the email (in this case > "Hello"). Was the Hello included in the emails you received? Yes, it was. This installation is

Re: Fcron mail output

2005-07-23 Thread S. Anthony Sequeira
On Sat, 2005-07-23 at 15:24 -0700, benjamin stathos wrote: > --- "S. Anthony Sequeira" <[EMAIL PROTECTED]> > wrote: > > What is your cron command? Myy fcrontab follows > > (wrapped). I do get the output from symlinks and > > find if it does output anything. > > @mail(true) 1 /home/ben/fcron_test

Fcron mail output

2005-07-22 Thread benjamin stathos
Is there a specific option needed to get fcron to email the output of a job? It seems to only send the output if the job exits with a non-zero status. Even trying to echo something to stderr via >&2 doesn't work unless the script exits non-zero. __