QBA wrote:
> 
> On Sun, Sep 17, 2000 at 07:41:24PM +0200, Ludvig Omholt wrote:
> >
> > Hmmm... I don't have anything else in there... It just looks as follows.
> > You might want to check if it is executable though. In my /etc/ppp/ip-up
> > file which calls ip-up.local there is a check [ -x /etc/ppp/ip-up.local
> > ] to see that the script exists and is executable before it is run.
> 
> There is something like this in my ip-up file:
> [ -x /etc/ppp/ip-up.local ] && /etc/ppp/ip-up.local $*
> So I think that it should work. My ip-up.local file looks exactly the same
> as yours. Maybe the problem is in the permissions of these two files
> (and ownership too). I don't have any idea. Please, help me with this.

The [ -x ... ] is a test to see if your ip-up.local i executable. If it
is executable it will be executed. Have you made sure that it is?

The unix command to use to make it executable is:

chmod +x /etc/ppp/ip-up.local

/Ludde
-- 
  _   _ _ __  __  ___
 | | | | |  \|  \| __| Ludvig Omholt .................. http://ludde.net
 | |_| | | D | D | _|  070-310 08 71 ................... [EMAIL PROTECTED]
 |___|___|__/|__/|___| ++++++++ linux kernel 2.2.17 on an i686 +++++++++

Reply via email to