diff -Nur smeserver-clamav-2.7.0.old/root/etc/e-smith/events/actions/clamav-update smeserver-clamav-2.7.0/root/etc/e-smith/events/actions/clamav-update --- smeserver-clamav-2.7.0.old/root/etc/e-smith/events/actions/clamav-update 2021-01-08 17:19:55.030000000 -0500 +++ smeserver-clamav-2.7.0/root/etc/e-smith/events/actions/clamav-update 2021-01-08 17:24:10.305000000 -0500 @@ -1,2 +1,3 @@ #!/usr/bin/bash #keeping that to help migration from older clamd +/bin/bash /etc/profile.d/clamd.sh diff -Nur smeserver-clamav-2.7.0.old/root/etc/profile.d/clamd.sh smeserver-clamav-2.7.0/root/etc/profile.d/clamd.sh --- smeserver-clamav-2.7.0.old/root/etc/profile.d/clamd.sh 1969-12-31 19:00:00.000000000 -0500 +++ smeserver-clamav-2.7.0/root/etc/profile.d/clamd.sh 2021-01-08 17:22:31.325000000 -0500 @@ -0,0 +1,4 @@ +# Don't define aliases in plain Bourne shell +[ -n "${BASH_VERSION}${KSH_VERSION}${ZSH_VERSION}" ] || return 0 +alias clamdtop='clamdtop /run/clamd/clamd.socket' +