c8a5beb928
- Add WITH_LOCAL_CLAMAV[_DEVEL] to run-depend on security/clamav[-devel]; default LOCAL_CLAMAV on to restore the way port behaved until last update. Depend on installed package rather that clamd to register depends correctly. - If one of the clam options is on, make rc.d script to REQUIRE: clamd Actually use clamsmtp_debug var. Also make rc.d script to look more like the example in PH. - Install example script in EXAMPLESDIR rather that DOCSDIR; - Moved: pkg-message --> files/pkg-message.in - Drop USE_REINPLACE while here. PR: 93157 Submitted by: Ion-Mihai Tetcu <itetcu AT people dot tecnik93 dot com>
6 lines
214 B
Text
6 lines
214 B
Text
@comment $FreeBSD$
|
|
@unexec [ ! -f %%CLAMAV_PID_DIR%%/clamsmtpd.pid ] || %%PREFIX%%/etc/rc.d/clamsmtpd.sh stop || true
|
|
sbin/clamsmtpd
|
|
etc/clamsmtpd.conf-sample
|
|
%%EXAMPLESDIR%%/virus_action.sh
|
|
@dirrm %%EXAMPLESDIR%%
|