head	1.8;
access;
symbols
	RELEASE_8_3_0:1.8
	RELEASE_9_0_0:1.8
	RELEASE_7_4_0:1.8
	RELEASE_8_2_0:1.8
	RELEASE_6_EOL:1.8
	RELEASE_8_1_0:1.8
	RELEASE_7_3_0:1.8
	RELEASE_8_0_0:1.8
	RELEASE_7_2_0:1.8
	RELEASE_7_1_0:1.8
	RELEASE_6_4_0:1.8
	RELEASE_5_EOL:1.8
	RELEASE_7_0_0:1.8
	RELEASE_6_3_0:1.8
	PRE_XORG_7:1.8
	RELEASE_4_EOL:1.8
	RELEASE_6_2_0:1.8
	RELEASE_6_1_0:1.8
	RELEASE_5_5_0:1.8
	RELEASE_6_0_0:1.8
	RELEASE_5_4_0:1.7
	RELEASE_4_11_0:1.7
	RELEASE_5_3_0:1.6
	RELEASE_4_10_0:1.6
	RELEASE_5_2_1:1.6
	RELEASE_5_2_0:1.6
	RELEASE_4_9_0:1.6
	RELEASE_5_1_0:1.6
	RELEASE_4_8_0:1.6
	RELEASE_5_0_0:1.6
	RELEASE_4_7_0:1.6
	RELEASE_4_6_2:1.6
	RELEASE_4_6_1:1.6
	RELEASE_4_6_0:1.6
	RELEASE_5_0_DP1:1.6
	RELEASE_4_5_0:1.6
	RELEASE_4_4_0:1.6
	RELEASE_4_3_0:1.5
	RELEASE_4_2_0:1.4
	RELEASE_4_1_1:1.4
	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.8
date	2005.04.18.13.16.47;	author vs;	state Exp;
branches;
next	1.7;

1.7
date	2004.10.15.16.26.46;	author pav;	state Exp;
branches;
next	1.6;

1.6
date	2001.09.13.02.01.11;	author lioux;	state Exp;
branches;
next	1.5;

1.5
date	2000.12.21.19.42.04;	author will;	state Exp;
branches;
next	1.4;

1.4
date	2000.08.26.10.20.24;	author will;	state Exp;
branches;
next	1.3;

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

1.2
date	99.01.20.20.49.52;	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.8
log
@- Add (non-rcNG) startup-script (patches welcome)
- Cleanup port (me)

PR:		ports/72759
Submitted by:	Alex de Kruijff
@
text
@bin/portsentry
etc/rc.d/portsentry.sh
@@unexec if cmp -s %D/etc/portsentry.conf %D/etc/portsentry.conf.default; then rm -f %D/etc/portsentry.conf; fi
etc/portsentry.conf.default
@@exec if [ ! -f %D/etc/portsentry.conf ] ; then cp -p %B/portsentry.conf %D/etc/portsentry.conf ; fi
@@unexec if cmp -s %D/etc/portsentry.ignore %D/etc/portsentry.ignore.default; then rm -f %D/etc/portsentry.ignore; fi
etc/portsentry.ignore.default
@@exec if [ ! -f %D/etc/portsentry.ignore ] ; then cp -p %B/portsentry.ignore %D/etc/portsentry.ignore ; fi
%%PORTDOCS%%%%DOCSDIR%%/README.install
%%PORTDOCS%%%%DOCSDIR%%/README.methods
%%PORTDOCS%%%%DOCSDIR%%/README.stealth
%%PORTDOCS%%@@dirrm %%DOCSDIR%%
@


1.7
log
@- Don't clobber portsentry.ignore on upgrade

PR:		ports/72689
Requested by:	Alex de Kruijff <freebsd@@akruijff.dds.nl>
@
text
@d2 1
d9 4
a12 4
share/doc/portsentry/README.install
share/doc/portsentry/README.methods
share/doc/portsentry/README.stealth
@@dirrm share/doc/portsentry
@


1.6
log
@o Update to 1.1
o Don't install ${PREFIX}/etc/portsentry.conf ever. Just let
  ${PREFIX}/etc/portsentry.conf.default be the way to go

PR:		30460
Submitted by:	MAINTAINER
@
text
@d5 3
a7 1
etc/portsentry.ignore
@


1.5
log
@Detect of portsentry.conf hasn't changed and delete on uninstall if true.

PR:		23659
Submitted by:	David W. Chapman, Jr. <dwcjr@@inethouston.net>
Approved by:	Dan Langille <dan@@langille.org> (MAINTAINER)
@
text
@d4 1
a4 1
@@exec if [ ! -f %D/etc/portsentry.conf ] ; then cp -p %D/%F %B/portsentry.conf; fi
@


1.4
log
@Mention that the stealth code in portsentry only works on Linux, and
install a file stating this.

PR:		20859
Submitted by:	MAINTAINER
Suggested by:	Brent Kearney <brent@@kearneys.ca> (by way of MAINTAINER)
@
text
@d2 1
@


1.3
log
@Upgrade to 0.90

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


1.2
log
@Install README.{install,methods} to share/doc/sentry.
@
text
@d1 7
a7 6
bin/sentry
etc/sentry.conf
etc/sentry.ignore
share/doc/sentry/README.install
share/doc/sentry/README.methods
@@dirrm share/doc/sentry
@


1.1
log
@Initial revision
@
text
@d4 3
@


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
@@
