pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/clamav clamav: Explicitly set SMF_METHODS.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6667de3c5dac
branches:  trunk
changeset: 439313:6667de3c5dac
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Thu Sep 17 16:16:38 2020 +0000

description:
clamav: Explicitly set SMF_METHODS.

RCD_SCRIPTS changes depending on configured options, and clamav-milter
is launched directly from the manifest without a separate method script.

diffstat:

 security/clamav/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 580aa1ff7ba2 -r 6667de3c5dac security/clamav/Makefile
--- a/security/clamav/Makefile  Thu Sep 17 15:01:15 2020 +0000
+++ b/security/clamav/Makefile  Thu Sep 17 16:16:38 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.70 2020/09/14 16:54:35 taca Exp $
+# $NetBSD: Makefile,v 1.71 2020/09/17 16:16:38 jperkin Exp $
 
 .include "Makefile.common"
 PKGREVISION= 1
@@ -56,7 +56,7 @@
 SUBST_VARS.vars=       CLAMAV_DBDIR
 
 RCD_SCRIPTS=   clamd freshclamd
-SMF_METHODS=   ${RCD_SCRIPTS}
+SMF_METHODS=   clamd freshclamd
 SMF_INSTANCES= ${SMF_METHODS}
 
 PKG_GROUPS+=   ${CLAMAV_GROUP}



Home | Main Index | Thread Index | Old Index