/etc/init.d in the default $PATH ?

Konstantin Ryabitsev icon at fedoraproject.org
Mon Jan 29 20:32:56 UTC 2007


On 1/29/07, Dmitry Butskoy <buc at odusz.so-cdu.ru> wrote:
> Try this  (you can place it as "/etc/profile.d/service.sh"):
>
> _service_func ()
> {
>     COMPREPLY=( $(cd /etc/init.d; ls ${2}* ) )
> }
> complete -F _service_func service

>From immediate personal experience, you want to make it:

COMPREPLY=( $(cd /etc/init.d; /bin/ls ${2}* 2>/dev/null ) )

Cheers,
-- 
Konstantin Ryabitsev
Montréal, Québec




More information about the fedora-devel-list mailing list