Package: bash
Version: 3.1dfsg-8
Severity: normal
Tags: patch

The bash completion for ifup/ifdown just shown the possibles completions but 
don't complete at all.


-- System Information:
Debian Release: lenny/sid
  APT prefers gutsy
  APT policy: (500, 'gutsy'), (500, 'testing'), (100, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.22-3-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages bash depends on:
ii  base-files                4.0.2          Debian base system miscellaneous f
ii  debianutils               2.28.2         Miscellaneous utilities specific t
ii  libc6                     2.7-6          GNU C Library: Shared libraries
ii  libncurses5               5.6+20080105-1 Shared libraries for terminal hand

bash recommends no packages.

-- no debconf information
--- /etc/bash_completion        2007-12-23 18:55:09.000000000 +0100
+++ /etc/bash_completion.new    2008-01-26 18:44:07.000000000 +0100
@@ -1211,6 +1211,7 @@
 
        if [ $COMP_CWORD -eq 1 ]; then
                _configured_interfaces
+                COMPREPLY=( $(compgen -W '[EMAIL PROTECTED]' -- "$cur") )
        fi
 
        return 0

Reply via email to