summaryrefslogtreecommitdiff
path: root/user/ufw/ufw-0.36-bash-completion.patch
diff options
context:
space:
mode:
authorRandy McCaskill <randy@mccaskill.us>2020-01-30 03:19:45 +0000
committerA. Wilcox <awilcox@wilcox-tech.com>2020-01-30 03:19:45 +0000
commit130f6f2ea6b6e76f30df7d27afdbbb475e12b83f (patch)
tree2c82c43b271da9c4f0a596dbe2adb841efd717c9 /user/ufw/ufw-0.36-bash-completion.patch
parentdf5a443ceaf56f214c85aed9b2e848e292d1a2f0 (diff)
downloadpackages-130f6f2ea6b6e76f30df7d27afdbbb475e12b83f.tar.gz
packages-130f6f2ea6b6e76f30df7d27afdbbb475e12b83f.tar.bz2
packages-130f6f2ea6b6e76f30df7d27afdbbb475e12b83f.tar.xz
packages-130f6f2ea6b6e76f30df7d27afdbbb475e12b83f.zip
Add ufw package
Diffstat (limited to 'user/ufw/ufw-0.36-bash-completion.patch')
-rw-r--r--user/ufw/ufw-0.36-bash-completion.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/user/ufw/ufw-0.36-bash-completion.patch b/user/ufw/ufw-0.36-bash-completion.patch
new file mode 100644
index 000000000..927af244e
--- /dev/null
+++ b/user/ufw/ufw-0.36-bash-completion.patch
@@ -0,0 +1,16 @@
+--- a/shell-completion/bash 2018-12-14 21:25:55.000000000 +0300
++++ b/shell-completion/bash 2019-03-21 01:26:46.152181981 +0300
+@@ -57,7 +57,6 @@
+ echo "numbered verbose"
+ }
+
+-_have ufw &&
+ _ufw()
+ {
+ cur=${COMP_WORDS[COMP_CWORD]}
+@@ -91,4 +90,4 @@
+ fi
+ }
+
+-_have ufw && complete -F _ufw ufw
++complete -F _ufw ufw