summaryrefslogtreecommitdiff
path: root/net/oinkmaster/MESSAGE
blob: 291dfbbc8cb4552f7ca31a44e29e1109ab049dbd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
===========================================================================
$NetBSD: MESSAGE,v 1.1.1.1 2004/04/20 09:36:09 xtraeme Exp $

You will receive two false positives about classification.config and
reference.config as oinkmaster expects these files to be in 
${PREFIX}/share/snort/rules.  To resolve this enter the following
commands:

 ln -s ${PKG_SYSCONFDIR}/snort/classification.config \
	${PREFIX}/share/snort/rules/classification.config
 ln -s ${PKG_SYSCONFDIR}/snort/reference.config \
	${PREFIX}/share/snort/rules/reference.config

===========================================================================