From 5d2a5341c932202543e6bca6479ffdf4f49658d3 Mon Sep 17 00:00:00 2001 From: patvdv Date: Sun, 10 Mar 2019 12:43:10 +0100 Subject: [PATCH] Fix version strings --- sources/lib/platform/linux/check_linux_hplog.sh | 2 +- sources/lib/platform/linux/check_linux_postfix_status.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sources/lib/platform/linux/check_linux_hplog.sh b/sources/lib/platform/linux/check_linux_hplog.sh index 54c04f0..83ff0f2 100644 --- a/sources/lib/platform/linux/check_linux_hplog.sh +++ b/sources/lib/platform/linux/check_linux_hplog.sh @@ -38,7 +38,7 @@ function check_linux_hplog # ------------------------- CONFIGURATION starts here ------------------------- typeset _CONFIG_FILE="${CONFIG_DIR}/$0.conf" typeset _STATE_FILE="${STATE_PERM_DIR}/discovered.hplog" -typeset _VERSION="2019-01-24" # YYYY-MM-DD +typeset _VERSION="2019-03-09" # YYYY-MM-DD typeset _SUPPORTED_PLATFORMS="Linux" # uname -s match # ------------------------- CONFIGURATION ends here --------------------------- diff --git a/sources/lib/platform/linux/check_linux_postfix_status.sh b/sources/lib/platform/linux/check_linux_postfix_status.sh index 722aaa3..d462770 100644 --- a/sources/lib/platform/linux/check_linux_postfix_status.sh +++ b/sources/lib/platform/linux/check_linux_postfix_status.sh @@ -39,7 +39,7 @@ function check_linux_postfix_status # ------------------------- CONFIGURATION starts here ------------------------- typeset _POSTFIX_INIT_SCRIPT="/etc/init.d/postfix" typeset _POSTFIX_SYSTEMD_SERVICE="postfix.service" -typeset _VERSION="2019-01-24" # YYYY-MM-DD +typeset _VERSION="2019-03-09" # YYYY-MM-DD typeset _SUPPORTED_PLATFORMS="Linux" # uname -s match # ------------------------- CONFIGURATION ends here ---------------------------