[Bash-completion-devel] [PATCH 2/2] Merge completions/service into the bash_completion script.

Ville Skyttä ville.skytta at iki.fi
Sun Oct 23 07:19:00 UTC 2011


On 10/23/2011 02:48 AM, Igor Murzov wrote:
> Also make this completions work on Slackware GNU/Linux.
> ---
>  bash_completion     |   48 ++++++++++++++++++++++++++++++++++++++++++------
>  completions/service |   40 ----------------------------------------
>  2 files changed, 42 insertions(+), 46 deletions(-)
>  delete mode 100644 completions/service

NACK.  As said, I think we should be moving things away from
bash_completion, not into it.  And this will load completions for init
scripts eagerly at bash_completion load time, which is pretty much
exactly the kind of thing we want to get rid of by dynamically loading
completions.



More information about the Bash-completion-devel mailing list