Date: Thu, 13 May 2004 22:27:20 -0400 From: "JJB" <Barbish3@adelphia.net> To: "freebsd-questions@FreeBSD. ORG" <freebsd-questions@FreeBSD.ORG> Subject: crontab perl script execution Message-ID: <MIEPLLIBMLEEABPDBIEGKEBGFOAA.Barbish3@adelphia.net>
next in thread | raw e-mail | index | archive | help
I have perl script A. which runs 2 other perl scripts B. & C. When A is run from command line B & C get run. When I put script A in /etc/corntab I can see that A does in deed get run, but scripts B & C do not. I looked in /var/log/cron and /var/log/messages for error messages but there are none. Here are the perl A script statements which launch B & C scripts system("/root/bin/A.pl"); and system("/root/bin/B.pl"); As an side note perl scripts B & C create an sendmail Email if that matters. Running 4.9. Any body have any idea why this is happening?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?MIEPLLIBMLEEABPDBIEGKEBGFOAA.Barbish3>