sysstat: update to 12.7.5.
Upstream moved. Use /etc/cron.d since the sa1 calls should not block run-parts cron.hourly. Fixes #49553.
This commit is contained in:
parent
fc3f3c3707
commit
16ecee2fbe
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'sysstat'
|
||||
pkgname=sysstat
|
||||
version=12.7.2
|
||||
version=12.7.5
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-copy-only --disable-file-attr
|
||||
|
@ -11,9 +11,9 @@ depends="lm_sensors"
|
|||
short_desc="Collection of performance monitoring tools"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="http://pagesperso-orange.fr/sebastien.godard/"
|
||||
distfiles="http://pagesperso-orange.fr/sebastien.godard/${pkgname}-${version}.tar.xz"
|
||||
checksum=ec4090c9c140d8301d5f8cd84e21456737d094d054141a30f557ccb05bbd3b9f
|
||||
homepage="https://sysstat.github.io/"
|
||||
distfiles="https://sysstat.github.io/sysstat-packages/sysstat-${version}.tar.xz"
|
||||
checksum=57664040a549d33bb06a1121c7124d4cadd9b8b35f815856c194393047cd4d6b
|
||||
|
||||
post_extract() {
|
||||
vsed -i 's/lib64/lib/' configure
|
||||
|
@ -21,9 +21,7 @@ post_extract() {
|
|||
}
|
||||
pre_configure() {
|
||||
export conf_dir=/etc/default
|
||||
export cron_owner=$(whoami)
|
||||
vmkdir etc/cron.daily
|
||||
vmkdir etc/cron.hourly
|
||||
vmkdir etc/cron.d
|
||||
}
|
||||
post_install() {
|
||||
vbin contrib/isag/isag
|
||||
|
|
Loading…
Reference in New Issue