[csw-devel] SF.net SVN: gar:[2655] csw/mgar/pkg/clamav/trunk
bonivart at users.sourceforge.net
bonivart at users.sourceforge.net
Thu Dec 18 11:18:50 CET 2008
Revision: 2655
http://gar.svn.sourceforge.net/gar/?rev=2655&view=rev
Author: bonivart
Date: 2008-12-18 10:18:50 +0000 (Thu, 18 Dec 2008)
Log Message:
-----------
clamav: fix conf files
Modified Paths:
--------------
csw/mgar/pkg/clamav/trunk/Makefile
Added Paths:
-----------
csw/mgar/pkg/clamav/trunk/files/CSWclamav.clamd.conf.p
csw/mgar/pkg/clamav/trunk/files/CSWclamav.freshclam.conf.p
Modified: csw/mgar/pkg/clamav/trunk/Makefile
===================================================================
--- csw/mgar/pkg/clamav/trunk/Makefile 2008-12-18 09:27:24 UTC (rev 2654)
+++ csw/mgar/pkg/clamav/trunk/Makefile 2008-12-18 10:18:50 UTC (rev 2655)
@@ -52,6 +52,8 @@
SPKG_SOURCEURL = http://www.clamav.net/
+ENABLE_CHECK=0
+
include gar/category.mk
DOCS = AUTHORS BUGS ChangeLog
@@ -68,7 +70,11 @@
@ginstall -d $(DESTDIR)/etc/opt/csw/init.d
@ginstall -m 755 $(FILEDIR)/CSWclamav.cswclamd $(DESTDIR)/etc/opt/csw/init.d/cswclamd
@ginstall -m 755 $(FILEDIR)/CSWclamav.cswclamav-milter $(DESTDIR)/etc/opt/csw/init.d/cswclamav-milter
+ @( cd $(DESTDIR)$(sysconfdir) ; \
+ gpatch < ../../../../../$(FILEDIR)/CSWclamav.clamd.conf.p )
@mv $(DESTDIR)$(sysconfdir)/clamd.conf $(DESTDIR)$(sysconfdir)/clamd.conf.CSW
+ @( cd $(DESTDIR)$(sysconfdir) ; \
+ gpatch < ../../../../../$(FILEDIR)/CSWclamav.freshclam.conf.p )
@mv $(DESTDIR)$(sysconfdir)/freshclam.conf $(DESTDIR)$(sysconfdir)/freshclam.conf.CSW
@ginstall -d $(DOCDEST)
@$(foreach DOC,$(DOCS),ginstall -m 644 $(WORKSRC)/$(DOC) $(DOCDEST);)
Added: csw/mgar/pkg/clamav/trunk/files/CSWclamav.clamd.conf.p
===================================================================
--- csw/mgar/pkg/clamav/trunk/files/CSWclamav.clamd.conf.p (rev 0)
+++ csw/mgar/pkg/clamav/trunk/files/CSWclamav.clamd.conf.p 2008-12-18 10:18:50 UTC (rev 2655)
@@ -0,0 +1,11 @@
+--- clamd.conf 2008-12-18 10:50:45.033181389 +0100
++++ clamd.conf 2008-12-18 10:46:07.995146244 +0100
+@@ -5,7 +5,7 @@
+
+
+ # Comment or remove the line below.
+-Example
++#Example
+
+ # Uncomment this option to enable logging.
+ # LogFile must be writable for the user running daemon.
Added: csw/mgar/pkg/clamav/trunk/files/CSWclamav.freshclam.conf.p
===================================================================
--- csw/mgar/pkg/clamav/trunk/files/CSWclamav.freshclam.conf.p (rev 0)
+++ csw/mgar/pkg/clamav/trunk/files/CSWclamav.freshclam.conf.p 2008-12-18 10:18:50 UTC (rev 2655)
@@ -0,0 +1,11 @@
+--- freshclam.conf 2008-12-18 10:50:48.949505178 +0100
++++ freshclam.conf 2008-12-18 10:46:14.856162590 +0100
+@@ -5,7 +5,7 @@
+
+
+ # Comment or remove the line below.
+-Example
++#Example
+
+ # Path to the database directory.
+ # WARNING: It must match clamd.conf's directive!
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list