pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/clamav



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu Sep 17 16:16:38 UTC 2020

Modified Files:
        pkgsrc/security/clamav: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 pkgsrc/security/clamav/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/clamav/Makefile
diff -u pkgsrc/security/clamav/Makefile:1.70 pkgsrc/security/clamav/Makefile:1.71
--- pkgsrc/security/clamav/Makefile:1.70        Mon Sep 14 16:54:35 2020
+++ pkgsrc/security/clamav/Makefile     Thu Sep 17 16:16:38 2020
@@ -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_FILES.vars=     etc/clamav-milter.conf
 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