Just did a new install again. Knuddi, you tried to throw me a fast one, didn't you. Changing the script mid-test

.
Found the last issue.
clamav-es installs etc/rc.d/ini.d/clamd. It has the proper rights. The most latest install has this:
# fix a little bug until I release a new ame-antivirus RPM
sed -e "s/clamav/clamd/" /etc/rc.d/init.d/clamd > new_clamd
mv -f new_clamd /etc/rc.d/init.d/clamd
If you add this line next:
chmod 755 /etc/rc.d/init.d/clamd
Then everything is all good.
Jesper, thanks for your efforts once again.
JB