cvs commit: ports/shells/bash-completion Makefile distinfo pkg-descr ports/shells/bash-completion/files patch-bash_completion patch-contrib_portupgrade pkg-message.in

Emanuel Haupt ehaupt at critical.ch
Mon Sep 6 09:35:57 UTC 2010


Adam Weinberger <adamw at 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


More information about the cvs-all mailing list