Re: [PATCH] Minor update for bash completion. Bash completion for ports is missing '-' for type. Based on documentation, it should be --type, not -type.

2018-02-26 Thread Stephen Smalley
On 02/18/2018 05:21 PM, Lee Stubbs wrote: > --- > python/semanage/semanage-bash-completion.sh | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/python/semanage/semanage-bash-completion.sh > b/python/semanage/semanage-bash-completion.sh > index 6b53292..2d811c9 100644 > ---

[PATCH] Minor update for bash completion. Bash completion for ports is missing '-' for type. Based on documentation, it should be --type, not -type.

2018-02-20 Thread Lee Stubbs
--- python/semanage/semanage-bash-completion.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/semanage/semanage-bash-completion.sh b/python/semanage/semanage-bash-completion.sh index 6b53292..2d811c9 100644 --- a/python/semanage/semanage-bash-completion.sh +++