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' +