1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/security/portsentry/files/patch-ab
Justin M. Seger 4cb8e70952 Import of abacus sentry v 0.61
Sentry is part of the Abacus Project suite of security tools.
It is a program designed to detect and respond to port scans
against a target host in real-time. There are other port scan
detectors that peform similar detection of scans,but the Sentry
has some unique features that may make it worth looking into.

PR:		ports/5475
Submitted by:	chris@still.whet.org
1998-12-19 16:53:20 +00:00

18 lines
607 B
Plaintext

--- sentry.conf.orig Sat Dec 19 11:06:01 1998
+++ sentry.conf Sat Dec 19 11:06:22 1998
@@ -80,11 +80,11 @@
######################
#
# Hosts to ignore
-IGNORE_FILE="/usr/local/abacus/sentry.ignore"
+IGNORE_FILE="/usr/local/etc/sentry.ignore"
# Hosts that have been denied (running history)
-HISTORY_FILE="/usr/local/abacus/sentry.history"
+HISTORY_FILE="/usr/local/etc/sentry.history"
# Hosts that have been denied this session only (temporary until next restart)
-BLOCKED_FILE="/usr/local/abacus/sentry.blocked"
+BLOCKED_FILE="/usr/local/etc/sentry.blocked"
###################
# Response Options#