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:
parent
21bb824baf
commit
fe1f906f7a
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user