Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Sep 2010 11:35:55 +0200
From:      Emanuel Haupt <ehaupt@critical.ch>
To:        Adam Weinberger <adamw@FreeBSD.org>
Cc:        cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org
Subject:   Re: cvs commit: ports/shells/bash-completion Makefile distinfo pkg-descr ports/shells/bash-completion/files patch-bash_completion patch-contrib_portupgrade pkg-message.in
Message-ID:  <20100906113555.ea5f1874.ehaupt@critical.ch>
In-Reply-To: <201009041751.o84HpkQa022515@repoman.freebsd.org>
References:  <201009041751.o84HpkQa022515@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Adam Weinberger <adamw@FreeBSD.org> wrote:
> adamw       2010-09-04 17:51:46 UTC
> 
>   FreeBSD ports repository
> 
>   Modified files:
>     shells/bash-completion Makefile distinfo pkg-descr 
>     shells/bash-completion/files pkg-message.in 
>   Added files:
>     shells/bash-completion/files patch-contrib_portupgrade 
>   Removed files:
>     shells/bash-completion/files patch-bash_completion 
>   Log:
>   Replace bash-completion with a new package.
>   
>   The previous bash-completion package hadn't been updated since
> 2006. A new group has picked up the package and continued
> development. The old completions should remain, so I'm not going to
> update UPDATING. 
>   I'm taking maintainership of this as well. Many thanks to Kirk, the
>   previous maintainer!

Immediately after the update I noticed that tab completion behaves
strange in conjunction with symlinks.

Try the following:

$ mkdir -p /tmp/dir/x/y/z
$ ln -s /tmp/dir /tmp/dir-link
$ rsync -avP /tmp/dir-li<PRESS TAB>

the shell completely freezes.

Emanuel



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