From 3a4e3bb240a2fdd293f89e50d0a27f35edcf924a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20E=C3=9Fer?= Date: Wed, 21 Jun 2000 17:19:06 +0000 Subject: The "Autonmous Agents For Intrusion Detection" framework developed at Purdue University. This is a Perl based implementation of the AAFID architecture as presented in COAST Technical Report 98/05. --- security/aafid2/files/post-install | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 security/aafid2/files/post-install (limited to 'security/aafid2/files/post-install') diff --git a/security/aafid2/files/post-install b/security/aafid2/files/post-install new file mode 100644 index 000000000000..a257901f979f --- /dev/null +++ b/security/aafid2/files/post-install @@ -0,0 +1,13 @@ +#!/bin/sh + +PREFIX=$1 +AAFID_DIR=${PREFIX}/lib/aafid2 + +set -e + +cat >> ${AAFID_DIR}/config/AAFID <<*__END__* + +## ------------------------------ +## FreeBSD Port specific defaults +BaseDir=${AAFID_DIR} +*__END__* -- cgit v1.2.3