Hi,
On Tue, 19 Oct 1999, Ben Lutgens wrote: > I am having a stubborn ip-up.d. I have some scripts in there that I would like > run when I connect to isp. here are the perms: > -rwxr-xr-x 1 root dip 34 Oct 19 09:49 mailer.sh > -rwxr-xr-x 1 root dip 34 Oct 14 16:59 ntpdate > the mailer.sh is as follows > > #!/bin/sh > su allegro -c fetchmail > > and ntpdate is as follows > > > #!/bin/bash > ntpdate ns.scruz.net did you try to put full command names into the script? /usr/sbin/netdate for example just a thought... OK