summaryrefslogtreecommitdiff
path: root/net-firewall/ufw/files/ufw-0.35-bash-completion.patch
diff options
context:
space:
mode:
Diffstat (limited to 'net-firewall/ufw/files/ufw-0.35-bash-completion.patch')
-rw-r--r--net-firewall/ufw/files/ufw-0.35-bash-completion.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/net-firewall/ufw/files/ufw-0.35-bash-completion.patch b/net-firewall/ufw/files/ufw-0.35-bash-completion.patch
deleted file mode 100644
index fde635ddc335..000000000000
--- a/net-firewall/ufw/files/ufw-0.35-bash-completion.patch
+++ /dev/null
@@ -1,17 +0,0 @@
---- a/shell-completion/bash
-+++ b/shell-completion/bash
-@@ -52,7 +52,6 @@
- echo "numbered verbose"
- }
-
--have ufw &&
- _ufw()
- {
- cur=${COMP_WORDS[COMP_CWORD]}
-@@ -83,5 +82,5 @@
- fi
- }
-
--[ "$have" ] && complete -F _ufw ufw
-+complete -F _ufw ufw
-