On Tue, 30 Nov 1999, Denis Voitenko wrote:

> I have a silly problem. I run quite a simple setup on Sack 7 with ppp-2.3.10
> and my /etc/ppp/ip-up.local looks like this
> 
> su postman -cf '/usr/bin/fetchmail'
> 
> but the command does not get executed. The /etc/ppp/ip-up.local has the
> following properties: -rwxr-xr-x so I see no reason why it shouldn't get
> processed. Any ideas?

You need to set the PATH at the start of the script or change `su' to
`/bin/su'.  pppd starts ip-up with an empty environment.

-
To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
the body of a message to [EMAIL PROTECTED]

Reply via email to