forked from darold/squidclamav
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update d/libc-icap-mod-squidclamav.* files
- Loading branch information
Louis van Belle
committed
Nov 6, 2019
1 parent
ef6672c
commit f878864
Showing
5 changed files
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
PATTERN UPDATE | ||
|
||
For reload of pattern files after updated via freshclam, the packages | ||
installs an update script within /etc/clamav/onupdateexecute.d/ as | ||
libc-icap-mod-squidclamav. | ||
|
||
The feature in freshclam isn't activated by default or by this package. | ||
To enable this feature you will have to add to /etc/clamav/freshclam.conf: | ||
|
||
OnUpdateExecute /bin/run-parts --lsbsysinit /etc/clamav/onupdateexecute.d/ | ||
|
||
For further information please have a look in the doc directories of the | ||
clamav packages. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
AUTHORS | ||
ChangeLog | ||
COPYING | ||
NEWS | ||
README |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
debian/libc-icap-mod-squidclamav.pattern-update |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
etc/c-icap/squidclamv.conf | ||
usr/lib/*/c_icap/squidclamav.so | ||
usr/share/c_icap/templates/squidclamav |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#!/bin/sh | ||
|
||
# | ||
# This Script reconfigures c-icap virus_scan module after Clamav Pattern update | ||
# It gets installed as /etc/clamav/onupdateexecute.d/libc-icap-mod-squidclamav | ||
# | ||
|
||
/bin/echo -n "srv_clamav:dbreload" > /run/c-icap/c-icap.ctl |