mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-23 22:51:03 +02:00
net-firewall/ipset: Sync with Gentoo
It's from Gentoo commit f88dc1707b301affc840120fba5fdc59b665e00a.
This commit is contained in:
parent
e5613afb44
commit
57ff0aee1a
@ -0,0 +1,11 @@
|
||||
--- 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
|
||||
|
@ -21,6 +21,8 @@ RDEPEND="
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="virtual/pkgconfig"
|
||||
|
||||
PATCHES=( "${FILESDIR}/${PN}-bash-completion.patch" )
|
||||
|
||||
DOCS=( ChangeLog INSTALL README UPGRADE )
|
||||
|
||||
# configurable from outside, e.g. /etc/portage/make.conf
|
||||
|
Loading…
x
Reference in New Issue
Block a user