mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-23 18:38:08 -07:00
net-firewall/ipset: Remove bash completion script
Closes: https://bugs.gentoo.org/971752 Signed-off-by: Mike Pagano <mpagano@gentoo.org>
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
--- a/utils/ipset_bash_completion/ipset 2024-03-09 12:53:38.756882196 -0500
|
||||
+++ b/utils/ipset_bash_completion/ipset 2024-03-09 12:54:32.838917743 -0500
|
||||
@@ -1005,7 +1005,7 @@ if ((got_bashcompl)); then
|
||||
if ! declare -F _ipset_known_hosts &>/dev/null; then
|
||||
eval '_ipset_known_hosts() { '$(declare -f _known_hosts_real | \
|
||||
grep -v __ltrim_colon_completions | \
|
||||
- grep -Ev "^_known_hosts_real.*$" | grep -Ev "^(\{|\})")'; }'
|
||||
+ grep -Ev "^_known_hosts_real.*$" | grep -Ev "^(\{|\})")' }'
|
||||
fi
|
||||
fi
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -27,7 +27,6 @@ DOCS=( ChangeLog INSTALL README UPGRADE )
|
||||
IP_NF_SET_MAX=${IP_NF_SET_MAX:-256}
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}/${PN}-bash-completion.patch"
|
||||
"${FILESDIR}/${PN}-net_namespace.patch"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user