Re[2]: ##@@%%$$...cron...

1998-06-30 Thread Steve Hazelett
Can we see the crontab file? Is this the root crontab or your personal one? Have you added your login name to the /etc/cron.allow file? ... Steve Zoki <[EMAIL PROTECTED]> wrote: > ->I missed whether or not you had the following line in your script: > -> > ->#!/bin/sh <---The first line.

Re[2]: ##@@%%$$...cron...

1998-06-30 Thread Zoki
The script like you asked: get_mail script looks like this: #!/bash/sh if /usr/sbin/ppp-on then sleep 40;/sbin/ifconfig;usr/sbin/sendmail -q;fetchmail;/usr/sbin/ppp-off;exit fi Mailed with Linux and Pine. %% Fin de message / End of message %%

Re[2]: ##@@%%$$...cron...

1998-06-30 Thread Steve Hazelett
Could someone send me the get_mail script? I'm interested in looking at it also. Thanks. Paul Fontenot <[EMAIL PROTECTED]> wrote: > (+)*** It's 'sh get_mail' through an alias. > (+) > (+)Zoki. > > I missed whether or not you had the following line in your script: > > #!/bin/sh <---Th