diff --git a/plugins/other/clamav b/plugins/other/clamav new file mode 100755 index 00000000..46565d77 --- /dev/null +++ b/plugins/other/clamav @@ -0,0 +1,31 @@ +#!/bin/sh +#%# family=manual +#%# capabilities=autoconf +log=/var/log/clamav/clamd.log + +if [ "$1" = "autoconf" ]; then + if [ -r $log ]; then + echo "yes" + else + echo "no (cannot read $log)" + fi + exit 0 +fi + +if [ "$1" = "config" ]; then + + cat <