diff --git a/opt/hc/lib/platform/aix/check_aix_file_change.sh b/opt/hc/lib/platform/aix/check_aix_file_change.sh index 5172c09..afc65dd 100755 --- a/opt/hc/lib/platform/aix/check_aix_file_change.sh +++ b/opt/hc/lib/platform/aix/check_aix_file_change.sh @@ -30,7 +30,7 @@ # @(#) 2019-03-09: added support for --log-healthy [Patrick Van der Veken] # @(#) 2019-03-16: replace 'which' [Patrick Van der Veken] # @(#) 2020-09-05: fix log_hc call for failed checksum + quote fix [Patrick Van der Veken] -# @(#) 2020-01-13: fix log_hc call (wrong logic) [Patrick Van der Veken] +# @(#) 2021-01-13: fix log_hc call (wrong logic) [Patrick Van der Veken] # ----------------------------------------------------------------------------- # DO NOT CHANGE THIS FILE UNLESS YOU KNOW WHAT YOU ARE DOING! #****************************************************************************** diff --git a/opt/hc/lib/platform/hp-ux/check_hpux_file_change.sh b/opt/hc/lib/platform/hp-ux/check_hpux_file_change.sh index 3e4a61f..f051ec5 100755 --- a/opt/hc/lib/platform/hp-ux/check_hpux_file_change.sh +++ b/opt/hc/lib/platform/hp-ux/check_hpux_file_change.sh @@ -30,7 +30,7 @@ # @(#) 2019-03-09: added support for --log-healthy [Patrick Van der Veken] # @(#) 2019-03-16: replace 'which' [Patrick Van der Veken] # @(#) 2020-09-05: fix log_hc call for failed checksum + quote fix [Patrick Van der Veken] -# @(#) 2020-01-13: fix log_hc call (wrong logic) [Patrick Van der Veken] +# @(#) 2021-01-13: fix log_hc call (wrong logic) [Patrick Van der Veken] # ----------------------------------------------------------------------------- # DO NOT CHANGE THIS FILE UNLESS YOU KNOW WHAT YOU ARE DOING! #****************************************************************************** diff --git a/opt/hc/lib/platform/linux/check_linux_file_change.sh b/opt/hc/lib/platform/linux/check_linux_file_change.sh index 945199a..e50e718 100755 --- a/opt/hc/lib/platform/linux/check_linux_file_change.sh +++ b/opt/hc/lib/platform/linux/check_linux_file_change.sh @@ -31,7 +31,7 @@ # @(#) 2019-03-09: added support for --log-healthy [Patrick Van der Veken] # @(#) 2019-03-16: replace 'which' [Patrick Van der Veken] # @(#) 2020-09-05: fix log_hc call for failed checksum + quote fix [Patrick Van der Veken] -# @(#) 2020-01-13: fix log_hc call (wrong logic) [Patrick Van der Veken] +# @(#) 2021-01-13: fix log_hc call (wrong logic) [Patrick Van der Veken] # ----------------------------------------------------------------------------- # DO NOT CHANGE THIS FILE UNLESS YOU KNOW WHAT YOU ARE DOING! #******************************************************************************