summaryrefslogtreecommitdiff
path: root/security/prelude-nids/files/patch-Makefile.in
diff options
context:
space:
mode:
authorFoxfair Hu <foxfair@FreeBSD.org>2003-06-18 02:48:52 +0000
committerFoxfair Hu <foxfair@FreeBSD.org>2003-06-18 02:48:52 +0000
commita3e283b292f64ee64e2c94b8c0fc9878718a0acd (patch)
tree02b404530cc1af7060ed8ecc48d3fc8dc37b38da /security/prelude-nids/files/patch-Makefile.in
parentPR: 53012 (diff)
PR: 53013
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> Add prelude-nids 0.8.1, Sensor program of prelude Network Intrusion Detection System prelude-nids : the Prelude Network Intrusion Detection System is a sensor, that may be installed on the same machine as the manager or not, which watches network traffic and looks for familiar patterns. This is functionally equivalent to Snort (http://www.snort.org).
Notes
Notes: svn path=/head/; revision=83211
Diffstat (limited to 'security/prelude-nids/files/patch-Makefile.in')
-rw-r--r--security/prelude-nids/files/patch-Makefile.in22
1 files changed, 22 insertions, 0 deletions
diff --git a/security/prelude-nids/files/patch-Makefile.in b/security/prelude-nids/files/patch-Makefile.in
new file mode 100644
index 000000000000..a6d53abaf998
--- /dev/null
+++ b/security/prelude-nids/files/patch-Makefile.in
@@ -0,0 +1,22 @@
+--- Makefile.in.orig Sat Jun 7 10:49:54 2003
++++ Makefile.in Sat Jun 7 10:50:43 2003
+@@ -440,17 +440,8 @@
+
+
+ install-data-local:
+- @if test -f $(DESTDIR)/$(configdir)/prelude-nids.conf; then \
+- echo "********************************************************************************"; \
+- echo; \
+- echo "$(DESTDIR)/$(configdir)/prelude-nids.conf already exist..."; \
+- echo "Installing default configuration in $(DESTDIR)/$(configdir)/prelude-nids.conf-dist"; \
+- echo; \
+- echo "********************************************************************************"; \
+- $(INSTALL) -m 600 $(top_srcdir)/prelude-nids.conf $(DESTDIR)/$(configdir)/prelude-nids.conf-dist; \
+- else \
+- $(INSTALL) -m 600 $(top_srcdir)/prelude-nids.conf $(DESTDIR)/$(configdir)/; \
+- fi
++ $(INSTALL) -m 600 $(top_srcdir)/prelude-nids.conf $(DESTDIR)/$(configdir)/prelude-nids.conf-dist; \
++
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT: