summaryrefslogtreecommitdiff
path: root/security/aafid2/files/post-install
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2000-06-21 17:19:06 +0000
committerStefan Eßer <se@FreeBSD.org>2000-06-21 17:19:06 +0000
commit3a4e3bb240a2fdd293f89e50d0a27f35edcf924a (patch)
treebe406f4bc133acd83f66380f6b3accaae1689821 /security/aafid2/files/post-install
parent- Update MASTER_SITES and WWW: line of pkg/DESCR (diff)
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.
Diffstat (limited to 'security/aafid2/files/post-install')
-rw-r--r--security/aafid2/files/post-install13
1 files changed, 13 insertions, 0 deletions
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__*