summaryrefslogtreecommitdiff
path: root/security/openfwtk/files/patch-reports-Makefile
blob: 008d0eb2e85f6f27733a2dd969c01f8b3e4ff8fb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- reports/Makefile.orig	2007-09-25 00:20:36.000000000 +0400
+++ reports/Makefile	2007-10-12 04:54:53.000000000 +0400
@@ -16,10 +16,3 @@
 logtail: $(LTLOBJS)
 	$(OFWTKLINK) $(LTLOBJS)
 
-INSTALLADD =												\
-	if ! grep -q frequentcheck /etc/crontab; then 							\
-	    echo "59      *       *       *       *       root    $(DEST)/frequentcheck">>/etc/crontab ;\
-	fi; 												\
-	if ! grep -q daily_report /etc/crontab; then 							\
-	    echo "58      23      *       *       *       root    $(DEST)/daily_report">>/etc/crontab ;	\
-	fi