--- etc/bash_completion 2008-06-19 21:18:10.000000000 +0200 +++ etc_new/bash_completion 2008-12-19 19:11:40.000000000 +0100 @@ -1359,11 +1359,11 @@ return 0 fi if [[ $prev == '-D' ]]; then - COMPREPLY=( $( compgen -W 'start' -- "`get_cword`" ) ) + COMPREPLY=( $( compgen -W 'start' -- "`_get_cword`" ) ) return 0 fi COMPREPLY=( $( compgen -W 'start stop reload abort flush check' -- \ - "`get_cword`" ) ) + "`_get_cword`" ) ) } complete -F _postfix postfix