[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 81b916effc39ff1bf4647dbc6f9dad3d946d0d72

Ville Skyttä ville.skytta at iki.fi
Sun Oct 24 19:08:40 UTC 2010


The following commit has been merged in the master branch:
commit b9b807e1689ec1498c2da08185753427ea49fc0b
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Sun Oct 24 21:43:48 2010 +0300

    Drop simple passwd completion, more thorough one is in completions/shadow.

diff --git a/bash_completion b/bash_completion
index 81ec62a..a9896ed 100644
--- a/bash_completion
+++ b/bash_completion
@@ -126,7 +126,7 @@ complete -f -X '!*.lyx' lyx
 # start of section containing compspecs that can be handled within bash
 
 # user commands see only users
-complete -u su passwd write chfn groups slay w sux
+complete -u su write chfn groups slay w sux
 
 # bg completes with stopped jobs
 complete -A stopped -P '"%' -S '"' bg

-- 
bash-completion



More information about the Bash-completion-commits mailing list