summaryrefslogtreecommitdiff
path: root/security/openfwtk/files/patch-reports-Makefile
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2007-10-19 16:52:23 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2007-10-19 16:52:23 +0000
commit3fe9e09bf3f72d761d456c12b054eacc00e5757d (patch)
tree19500be524839556748cedf306444432b6291a6d /security/openfwtk/files/patch-reports-Makefile
parent- Update to 0.1.13 and unbreak. (diff)
OpenFWTK is an application proxy toolkit which inherits the ideology
of TIS fwtk and maintains API backwards compatibility. The design goal is to make it simple yet powerful; no performance hacks allowed in the code and library dependencies are reduced to minimum. WWW: http://sourceforge.net/projects/openfwtk PR: ports/117194 Submitted by: Anton Karpov <toxa at toxahost.ru>
Diffstat (limited to 'security/openfwtk/files/patch-reports-Makefile')
-rw-r--r--security/openfwtk/files/patch-reports-Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/security/openfwtk/files/patch-reports-Makefile b/security/openfwtk/files/patch-reports-Makefile
new file mode 100644
index 000000000000..008d0eb2e85f
--- /dev/null
+++ b/security/openfwtk/files/patch-reports-Makefile
@@ -0,0 +1,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