mirror of
https://github.com/opnsense/plugins.git
synced 2026-06-09 08:56:23 -04:00
www/i-icap: fix startup race with clamav; closes #276
This commit is contained in:
parent
f0be4b8533
commit
79d4a7c79f
3 changed files with 8 additions and 5 deletions
|
|
@ -1,6 +1,6 @@
|
|||
PLUGIN_NAME= c-icap
|
||||
PLUGIN_VERSION= 1.4
|
||||
PLUGIN_COMMENT= c-icap connects your Proxy with a virus scanner
|
||||
PLUGIN_VERSION= 1.5
|
||||
PLUGIN_COMMENT= c-icap connects the web proxy with a virus scanner
|
||||
PLUGIN_DEPENDS= c-icap c-icap-modules
|
||||
PLUGIN_MAINTAINER= m.muenz@gmail.com
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
c-icap is an implementation of an ICAP server.
|
||||
It can be used with HTTP proxies that support
|
||||
the ICAP protocol to implement content adaptation
|
||||
c-icap is an implementation of an ICAP server. It can be used with HTTP
|
||||
proxies that support the ICAP protocol to implement content adaptation
|
||||
and filtering services.
|
||||
|
||||
WWW: http://c-icap.sourceforge.net/
|
||||
|
|
|
|||
4
www/c-icap/src/etc/rc.syshook.d/50-c-icap.start
Executable file
4
www/c-icap/src/etc/rc.syshook.d/50-c-icap.start
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
# start again to fix race with clamav (no need to restart)
|
||||
/usr/local/etc/rc.d/c-icap start
|
||||
Loading…
Reference in a new issue