Re[2]: BUG setfib

2010-01-05 Thread Коньков Евгений
Здравствуйте, Ihor.

Вы писали 4 января 2010 г., 20:44:18:

IP Коньков Евгений 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
IP why do you think setfib MUST be such an exception?
IP you can do setfib 1 ./bla.pl or tweak your PATH

 
 so I can run:
 kes# setfib -c -1 get_last.pl
 

You are right. I miss that %-(
Thank you

-- 
С уважением,
 Коньков  mailto:kes-...@yandex.ru

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


BUG setfib

2010-01-04 Thread Коньков Евгений
Здравствуйте, 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-...@yandex.ru

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: BUG setfib

2010-01-04 Thread Yuri Pankov
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-...@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
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: BUG setfib

2010-01-04 Thread Ihor Prystay
Коньков Евгений 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
why do you think setfib MUST be such an exception?
you can do setfib 1 ./bla.pl or tweak your PATH

 
 so I can run:
 kes# setfib -c -1 get_last.pl
 

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org