mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-06 04:46:42 +02:00
main/sshguard: fix conf.d file permissions
Remove the execute bit from /etc/conf.d/sshguard
This commit is contained in:
parent
c417051d1e
commit
d6f6c00072
@ -2,7 +2,7 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=sshguard
|
||||
pkgver=2.4.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Log monitor that blocks with iptables on bad behaviour"
|
||||
url="https://www.sshguard.net/"
|
||||
arch="all"
|
||||
@ -31,7 +31,7 @@ check() {
|
||||
package() {
|
||||
make DESTDIR="$pkgdir" install
|
||||
install -Dm755 "$srcdir"/sshguard.initd "$pkgdir"/etc/init.d/sshguard
|
||||
install -Dm755 "$srcdir"/sshguard.confd "$pkgdir"/etc/conf.d/sshguard
|
||||
install -Dm644 "$srcdir"/sshguard.confd "$pkgdir"/etc/conf.d/sshguard
|
||||
}
|
||||
|
||||
sha512sums="64293700ef85f0843c333c3a27b04c5b2f69bf8dddf46353a371d4178915deb931362b3641ded0eeb5365f30cb63ce6ce17256d8d094383d1cfe661065b9c1c6 sshguard-2.4.0.tar.gz
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user