Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > ff03bb21c9b14343e59d571d072a1c19 > files > 12

bash-completion-20060301-23mdv2009.0.src.rpm

--- bash_completion~	2007-09-19 19:42:08.000000000 +0200
+++ bash_completion	2007-12-07 19:14:17.000000000 +0100
@@ -8461,7 +8461,7 @@
 
 
 	if [ $COMP_CWORD -eq 1 ]; then
-		COMPREPLY=( $( compgen -W 'passwd group hosts services protocols networks' -- $cur ) )
+		COMPREPLY=( $( compgen -W 'passwd group hosts services protocols networks netgroup' -- $cur ) )
 	fi
 } &&
 complete -F _getent getent