Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Jan 2010 21:39:49 +0300
From:      Yuri Pankov <yuri.pankov@gmail.com>
To:        =?utf-8?B?0JrQvtC90YzQutC+0LIg0JXQstCz0LXQvdC40Lk=?= <kes-kes@yandex.ru>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: BUG setfib
Message-ID:  <20100104183949.GB4030@darklight.org.ru>
In-Reply-To: <12810174521.20100104202953@yandex.ru>
References:  <12810174521.20100104202953@yandex.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Jan 04, 2010 at 08:29:53PM +0200, Коньков Евгений wrote:
> Здравствуйте, Freebsd-questions.
> 
> kes# setfib 1 get_last.pl
> setfib: get_last.pl: No such file or directory
> kes# pwd
> /usr/home/kes/
> Для продолжения нажмите любую клавишу...
> kes# setfib -1 /usr/home/kes/get_last.pl
> run is OK!
> 
> setfib must use current directory to run programm
> or at least must supply option to ON/OFF this behavior
> 
> so I can run:
> kes# setfib -c -1 get_last.pl
> 
> -- 
> С уважением,
>  Коньков                          mailto:kes-kes@yandex.ru

>From setfib(1) manpage:

ENVIRONMENT
     The PATH environment variable is used to locate the requested utility if
     the name contains no `/' characters.

So behaviour you are seeing is correct.


HTH,
Yuri



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100104183949.GB4030>