Alisdair McDiarmid <[EMAIL PROTECTED]> writes: > I've got a script in /etc/ppp/ip-up.d to run fetchmail on connect, > but it doesn't appear to be run ... > The /etc/ppp/ip-up.d/fetchmail file is just: > > /usr/bin/fetchmail --invisible --fetchmailrc /etc/fetchmailrc
According to the run-parts man page:
Scripts must follow the #!/bin/interpretername convention
in order to be executed. They will not automatically be
executed by /bin/sh.
Dan
--
Dan Christensen
[EMAIL PROTECTED]

