Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Mar 2005 18:55:07 -0600
From:      junk <junk@boxchat.net>
To:        freebsd-questions@freebsd.org
Subject:   buffer limit in cron?
Message-ID:  <42338F6B.50104@boxchat.net>

next in thread | raw e-mail | index | archive | help
I have a script that works fine from command line.
But when I run it from cron , its not displaying all the info.
Looks like cron is limiting the char length.

example from script ran by cron:
root    54313  0.0  0.2  1024  720  ??  S     3:20PM   0:00.00 cron:
running jo

example from script ran by command line:
root    54313  0.0  0.2  1024  720  ??  S     3:20PM   0:00.00 cron:
running job (cron)

Any way to make cron use more buffer?

Thanks




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?42338F6B.50104>