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'
This commit is contained in:
ensc 2005-07-28 12:10:28 +00:00
parent 21bb824baf
commit fe1f906f7a

View File

@ -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