From 7fbb810af3c1aeb475bc5893d0b6b25bb9435e77 Mon Sep 17 00:00:00 2001 From: krant Date: Wed, 21 Feb 2024 17:27:04 +0200 Subject: sysstat: update to 12.7.5 - Update package URLs - Add missing xz dependency - Fix incorrectly set sa_dir - Refresh the patch Signed-off-by: krant --- utils/sysstat/files/sysstat.config | 1 - utils/sysstat/files/sysstat.init | 2 -- 2 files changed, 3 deletions(-) (limited to 'utils/sysstat/files') diff --git a/utils/sysstat/files/sysstat.config b/utils/sysstat/files/sysstat.config index 638b3798c..5193460dd 100644 --- a/utils/sysstat/files/sysstat.config +++ b/utils/sysstat/files/sysstat.config @@ -2,6 +2,5 @@ config sysstat 'sysstat' option log_history '7' option compressafter '10' option sadc_options '' - option sa_dir '/var/log/sysstat' option zip 'xz' option enabled 'true' diff --git a/utils/sysstat/files/sysstat.init b/utils/sysstat/files/sysstat.init index e7b75e246..6e6b092c6 100755 --- a/utils/sysstat/files/sysstat.init +++ b/utils/sysstat/files/sysstat.init @@ -13,7 +13,6 @@ validate_sysstat_section() { 'log_history:uinteger' \ 'compressafter:uinteger' \ 'sadc_options:string' \ - 'sa_dir:string' \ 'zip:string' \ 'enabled:string' } @@ -30,7 +29,6 @@ start_sysstat_instance() { echo "HISTORY=$log_history" echo "COMPRESSAFTER=$compressafter" echo "SADC_OPTIONS=\"$sadc_options\"" - echo "SA_DIR=\"$sa_dir\"" echo "ZIP=\"$zip\"" echo "ENABLED=\"$enabled\"" } > $SYSSTAT_CFG -- cgit v1.2.3