diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-05-03 01:57:21 -0300 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-05-04 16:47:46 +0000 |
commit | 4f0aef0bc5e3f74f8b60f8500ea975f52be98b08 (patch) | |
tree | 296a0f68fa03310ab3f30307ee069433f5293c13 /main/logcheck | |
parent | b0dd1abf9530f747963197805ccf3af55a9f8748 (diff) | |
download | aports-4f0aef0bc5e3f74f8b60f8500ea975f52be98b08.tar.bz2 aports-4f0aef0bc5e3f74f8b60f8500ea975f52be98b08.tar.xz |
main/logcheck: modernize
- Fix license
- Comment on why check is disabled
Diffstat (limited to 'main/logcheck')
-rw-r--r-- | main/logcheck/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/logcheck/APKBUILD b/main/logcheck/APKBUILD index 952fb9d5c6..d15e7d04e0 100644 --- a/main/logcheck/APKBUILD +++ b/main/logcheck/APKBUILD @@ -2,14 +2,14 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=logcheck pkgver=1.3.20 -pkgrel=0 +pkgrel=1 pkgdesc="Bash scripts used to monitor system log files for anomalies" +options="!check" # Requires writing to root owned paths but can't run as root url="http://packages.debian.org/source/sid/logcheck" arch="noarch" -license="GPL" +license="GPL-2.0-or-later" depends="lockfile-progs" install="$pkgname.pre-install" -options="!check" subpackages="$pkgname-doc" pkgusers="logcheck" source="http://ftp.debian.org/debian/pool/main/l/logcheck/${pkgname}_$pkgver.tar.xz |