From fe1f906f7a698666d2c19ef36d4966805a2b9c28 Mon Sep 17 00:00:00 2001 From: ensc Date: Jul 28 2005 12:10:28 +0000 Subject: added support for a /usr/sbin/clamav-notify-servers.local hook; this file will be executed (source'd) before all other actions and can abort the entire processing by invoking 'exit' --- diff --git a/clamav-notify-servers b/clamav-notify-servers index 11b443d..22d57a6 100644 --- a/clamav-notify-servers +++ b/clamav-notify-servers @@ -23,6 +23,9 @@ INITRDDIR=/etc/init.d ok=1 +f=/usr/sbin/clamav-notify-servers.local +test ! -e "$f" || . "$f" + for i in ${BASE}*; do test -e "$i" || continue