head	1.4;
access;
symbols
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.3
	RELEASE_4_10_0:1.3
	RELEASE_5_2_1:1.3
	RELEASE_5_2_0:1.3
	RELEASE_4_9_0:1.3
	RELEASE_5_1_0:1.3
	RELEASE_4_8_0:1.3
	RELEASE_5_0_0:1.3
	RELEASE_4_7_0:1.3
	RELEASE_4_6_2:1.3
	RELEASE_4_6_1:1.3
	RELEASE_4_6_0:1.3
	RELEASE_5_0_DP1:1.3
	RELEASE_4_5_0:1.3
	RELEASE_4_4_0:1.3
	RELEASE_4_3_0:1.3
	RELEASE_4_2_0:1.3
	RELEASE_4_1_1:1.3
	RELEASE_4_1_0:1.3
	RELEASE_3_5_0:1.3
	RELEASE_4_0_0:1.3
	RELEASE_3_4_0:1.3
	RELEASE_3_3_0:1.3
	RELEASE_3_2_0:1.2
	RELEASE_3_1_0:1.2
	v0_61:1.1.1.1
	CHRIS:1.1.1;
locks; strict;
comment	@# @;


1.4
date	2005.04.18.13.16.47;	author vs;	state dead;
branches;
next	1.3;

1.3
date	99.05.17.05.21.23;	author mharo;	state Exp;
branches;
next	1.2;

1.2
date	99.01.20.21.59.09;	author max;	state Exp;
branches;
next	1.1;

1.1
date	98.12.19.16.53.20;	author jseger;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	98.12.19.16.53.20;	author jseger;	state Exp;
branches;
next	;


desc
@@


1.4
log
@- Add (non-rcNG) startup-script (patches welcome)
- Cleanup port (me)

PR:		ports/72759
Submitted by:	Alex de Kruijff
@
text
@--- portsentry_config.h.orig	Sun May 16 21:52:00 1999
+++ portsentry_config.h	Sun May 16 21:52:54 1999
@@@@ -29,9 +29,14 @@@@
 /************************************************************************/
 
 
+/* Installation prefix */
+#ifndef PREFIX
+#define PREFIX "/usr/local"
+#endif
+
 /* These are probably ok. Be sure you change the Makefile if you */
 /* change the path */
-#define CONFIG_FILE "/usr/local/psionic/portsentry/portsentry.conf"
+#define CONFIG_FILE PREFIX"/etc/portsentry.conf"
 
 /* The location of Wietse Venema's TCP Wrapper hosts.deny file */
 #define WRAPPER_HOSTS_DENY "/etc/hosts.deny"
@


1.3
log
@Upgrade to 0.90

Noticed by: Jim Dutton <jimd@@dutton3.it.siu.edu>
@
text
@@


1.2
log
@Respect the value of ${PREFIX}.
@
text
@d1 5
a5 3
--- sentry_config.h.orig	Thu May 28 22:24:11 1998
+++ sentry_config.h	Thu Jan 21 06:05:33 1999
@@@@ -32,7 +32,12 @@@@
a6 3
 /* These are probably ok. Be sure you change the Makefile if you */
 /* change the path */
-#define CONFIG_FILE "/usr/local/abacus/sentry.conf"
d12 4
a15 1
+#define CONFIG_FILE PREFIX"/etc/sentry.conf"
@


1.1
log
@Initial revision
@
text
@d1 3
a3 3
--- sentry_config.h.orig	Sat Dec 19 11:05:40 1998
+++ sentry_config.h	Sat Dec 19 11:05:52 1998
@@@@ -32,7 +32,7 @@@@
d8 6
a13 1
+#define CONFIG_FILE "/usr/local/etc/sentry.conf"
@


1.1.1.1
log
@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
@
text
@@
