Your IP : 216.73.216.95


Current Path : /usr/share/bug/clamav-daemon/
Upload File :
Current File : //usr/share/bug/clamav-daemon/script

#!/bin/sh

exec >&3

echo "--- configuration ---"
if [ -x "$(which clamconf)" ]; then
  clamconf
else
  for file in clamd freshclam clamav-milter; do
    [ ! -f "/etc/clamav/${file}.conf" ] || cat "/etc/clamav/${file}.conf"
  done
fi

echo
echo "--- data dir ---"
ls -l /var/lib/clamav