[csw-devel] SF.net SVN: gar:[10815] csw/mgar/pkg/clamavsigs/trunk

bonivart at users.sourceforge.net bonivart at users.sourceforge.net
Thu Aug 26 17:35:34 CEST 2010


Revision: 10815
          http://gar.svn.sourceforge.net/gar/?rev=10815&view=rev
Author:   bonivart
Date:     2010-08-26 15:35:33 +0000 (Thu, 26 Aug 2010)

Log Message:
-----------
clamavsigs: fix crontab class

Modified Paths:
--------------
    csw/mgar/pkg/clamavsigs/trunk/Makefile
    csw/mgar/pkg/clamavsigs/trunk/files/README.CSW

Modified: csw/mgar/pkg/clamavsigs/trunk/Makefile
===================================================================
--- csw/mgar/pkg/clamavsigs/trunk/Makefile	2010-08-26 15:03:05 UTC (rev 10814)
+++ csw/mgar/pkg/clamavsigs/trunk/Makefile	2010-08-26 15:35:33 UTC (rev 10815)
@@ -24,7 +24,7 @@
 
 CHECKPKG_OVERRIDES_CSWclamavsigs += surplus-dependency|CSWrsync
 CHECKPKG_OVERRIDES_CSWclamavsigs += surplus-dependency|CSWgnupg
-CHECKPKG_OVERRIDES_CSWclamavsigs += surplus-dependency|CSWsocat
+#CHECKPKG_OVERRIDES_CSWclamavsigs += surplus-dependency|CSWsocat
 
 CONFIGURE_SCRIPTS =
 BUILD_SCRIPTS =
@@ -33,6 +33,7 @@
 
 SAMPLECONF = /etc/opt/csw/clamav-unofficial-sigs.conf
 POSTMSG = /opt/csw/share/doc/clamavsigs/README.CSW
+CRONTABS = /etc/opt/csw/pkg/CSWclamavsigs/crontabs/root
 
 include gar/category.mk
 
@@ -41,9 +42,9 @@
 install-custom:
 	@echo " ==> Installing $(GARNAME) (custom)"
 	@echo worksrc: $(WORKSRC)
-	@ginstall -m 755 -d $(DESTDIR)/etc/opt/csw/CSWclamavsigs/crontabs
+	@ginstall -m 755 -d $(DESTDIR)/etc/opt/csw/pkg/CSWclamavsigs/crontabs
 	@ginstall -m 644 $(WORKSRC)/clamav-unofficial-sigs.conf $(DESTDIR)/etc/opt/csw
-	@ginstall -m 644 $(FILEDIR)/crontab.root $(DESTDIR)/etc/opt/csw/CSWclamavsigs/crontabs/root
+	@ginstall -m 644 $(FILEDIR)/crontab.root $(DESTDIR)/etc/opt/csw/pkg/CSWclamavsigs/crontabs/root
 	@ginstall -m 755 -d $(DESTDIR)$(docdir)/$(GARNAME)
 	@$(foreach DOC,$(DOCLIST),cp $(WORKSRC)/$(DOC) $(DESTDIR)$(docdir)/$(GARNAME);)
 	@ginstall -m 644 $(FILEDIR)/README.CSW $(DESTDIR)$(docdir)/$(GARNAME)

Modified: csw/mgar/pkg/clamavsigs/trunk/files/README.CSW
===================================================================
--- csw/mgar/pkg/clamavsigs/trunk/files/README.CSW	2010-08-26 15:03:05 UTC (rev 10814)
+++ csw/mgar/pkg/clamavsigs/trunk/files/README.CSW	2010-08-26 15:35:33 UTC (rev 10815)
@@ -1,3 +1,4 @@
+
 README.CSW
 ==========
 - You can find signature databases to download at http://sanesecurity.co.uk.
@@ -9,3 +10,4 @@
 - You should probably set up log rotation.
 
 2010-08-26/Peter Bonivart, OpenCSW
+


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