diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-08-18 16:14:46 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-08-18 16:14:46 +0800 |
commit | 868290606bc363d8e6baa04ecd96aebbcd896c49 (patch) | |
tree | f66b6e84b9834ddd06ffd9ccde001d208d160840 /sysutils | |
parent | f23f11719a9fdc9b06e21083ab1c6c984ca7879a (diff) | |
download | freebsd-ports-gnome-868290606bc363d8e6baa04ecd96aebbcd896c49.tar.gz freebsd-ports-gnome-868290606bc363d8e6baa04ecd96aebbcd896c49.tar.zst freebsd-ports-gnome-868290606bc363d8e6baa04ecd96aebbcd896c49.zip |
add abck
Manage intrusion attemps recorded in the system log
PR: 29259
Submitted by: Tim Daneliuk <tundra@tundraware.com>
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/abck/Makefile | 20 | ||||
-rw-r--r-- | sysutils/abck/distinfo | 1 | ||||
-rw-r--r-- | sysutils/abck/pkg-comment | 1 | ||||
-rw-r--r-- | sysutils/abck/pkg-descr | 13 | ||||
-rw-r--r-- | sysutils/abck/pkg-plist | 3 |
6 files changed, 39 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 621b87e25383..9bae064d75c3 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -3,6 +3,7 @@ SUBDIR += yawho SUBDIR += LPRng + SUBDIR += abck SUBDIR += afio SUBDIR += anteater SUBDIR += asapm diff --git a/sysutils/abck/Makefile b/sysutils/abck/Makefile new file mode 100644 index 000000000000..4bd7b02b918b --- /dev/null +++ b/sysutils/abck/Makefile @@ -0,0 +1,20 @@ +# ports collection makefile for: abmgmt +# Date Created: 27 July 2001 +# Whom: tundra +# +# $FreeBSD$ +# + +PORTNAME= abck +PORTVERSION= 1.99 +CATEGORIES= sysutils +MASTER_SITES= http://www.tundraware.com/Software/abck/ + +MAINTAINER= tundra@tundraware.com + +USE_PYTHON= yes + +MANCOMPRESSED= yes +MAN1= abck.1 + +.include <bsd.port.mk> diff --git a/sysutils/abck/distinfo b/sysutils/abck/distinfo new file mode 100644 index 000000000000..ac284a49508d --- /dev/null +++ b/sysutils/abck/distinfo @@ -0,0 +1 @@ +MD5 (abck-1.99.tar.gz) = b80e8dcf0792396871df4c89247bbbba diff --git a/sysutils/abck/pkg-comment b/sysutils/abck/pkg-comment new file mode 100644 index 000000000000..4f252d02d01a --- /dev/null +++ b/sysutils/abck/pkg-comment @@ -0,0 +1 @@ +Manage intrusion attemps recorded in the system log diff --git a/sysutils/abck/pkg-descr b/sysutils/abck/pkg-descr new file mode 100644 index 000000000000..f9e147d40b14 --- /dev/null +++ b/sysutils/abck/pkg-descr @@ -0,0 +1,13 @@ +'abck' is an interactive tool to examine intrusion attempts and decide +what, if anything, to do about them. It reads through +/var/log/messages looking for evidence of an intrusion attempt. Upon +finding such a record, 'abck' qualifies it against information +supplied by the user on the command line to determine if the record is +to be processed. As packaged, 'abck' handles several common types of +intrusion attempt records, but it can easily be expanded to handle +others. + +You need a reasonably current copy of Python to run the main script. + +- tim +tundra@tundraware.com diff --git a/sysutils/abck/pkg-plist b/sysutils/abck/pkg-plist new file mode 100644 index 000000000000..1c386a9cb65d --- /dev/null +++ b/sysutils/abck/pkg-plist @@ -0,0 +1,3 @@ +bin/abck +share/doc/abck/abck-License.txt +@dirrm share/doc/abck |