Minor bash completion update for semanage ports

2018-02-13 Thread Lee Stubbs
Based on the semanage-port documentation, I believe the semanage ports type bash autocompletion may be missing a '-'. Please see the attached patch file for a possible update. -Lee From 064409c216c8f64c30f40f507cacf15f16672e50 Mon Sep 17 00:00:00 2001 From: Lee Stubbs <lee.stu...@gmail.com>

[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 +++