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

Ville Skyttä ville.skytta at iki.fi
Sat Jan 29 21:30:30 UTC 2011


The following commit has been merged in the master branch:
commit b8ad9989234a7b170c653ae5b50622b45cd89ba3
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Sat Jan 29 23:30:00 2011 +0200

    Complete runuser like su.

diff --git a/bash_completion b/bash_completion
index b796656..0b5005e 100644
--- a/bash_completion
+++ b/bash_completion
@@ -128,7 +128,7 @@ complete -f -X '!@(*.@(ks|jks|jceks|p12|pfx|bks|ubr|gkr|cer|crt|cert|p7b|pkipath
 # start of section containing compspecs that can be handled within bash
 
 # user commands see only users
-complete -u su write chfn groups slay w sux
+complete -u su write chfn groups slay w sux runuser
 
 # bg completes with stopped jobs
 complete -A stopped -P '"%' -S '"' bg

-- 
bash-completion



More information about the Bash-completion-commits mailing list