reopen 127645 thanks On Thu, Jan 03, 2002 at 11:31:05PM +0100, Matthias Klose wrote:
> what do you want? An own package or integration in the bash package? I don't think an own package makes sense because that package would (in addition to changelog and copyright) contain just the single file /etc/bash_completion. This package also can't automatically setup /etc/bash.bashrc to include the completions because that's a conffile of a different package and policy forbids modification of other package's conffiles in postinst scripts. So I suggest to include this single file in the bash package together with a commented section to /etc/bash.bashrc: #Uncomment this section to enable advanced TAB completion #if [ "$PS1" ] && [ -f /etc/bash_completion ]; then # interactive shell # . /etc/bash_completion #fi -- Stefan Gybas