mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
main/fail2ban: add man pages
This commit is contained in:
parent
fb4c6b26e4
commit
9f2d4a2164
@ -3,7 +3,7 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=fail2ban
|
||||
pkgver=0.11.1
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc="Scans log files for login failures then updates iptables to reject originating ip address"
|
||||
url="https://www.fail2ban.org"
|
||||
arch="noarch !s390x" # test failures
|
||||
@ -48,6 +48,9 @@ package() {
|
||||
"$pkgdir"/etc/fail2ban/filter.d/alpine-sshd-ddos.conf
|
||||
|
||||
chmod o+r "$pkgdir"/usr/lib/python3*/site-packages/fail2ban*.egg-info/*
|
||||
|
||||
install -Dm644 -t "$pkgdir"/usr/share/man/man1 man/*.1
|
||||
install -Dm644 -t "$pkgdir"/usr/share/man/man5 man/*.5
|
||||
}
|
||||
|
||||
sha512sums="019b088aa6375f98742ed101ef6f65adabca3324444d71d5b8597a8d1d22fa76b9f503660f0498643fe24a3b8e4368de916072a1ab77b8e2ea3eda41c3e0c8c6 fail2ban-0.11.1.tar.gz
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user