remove dead smbalert flavor; it was removed from snort over 2 years ago

since then this flavor has been doing nothing
This commit is contained in:
david 2006-01-25 04:14:39 +00:00
parent b82873ec06
commit fba56fa8a8
2 changed files with 2 additions and 9 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.40 2006/01/06 04:22:06 brad Exp $
# $OpenBSD: Makefile,v 1.41 2006/01/25 04:14:39 david Exp $
COMMENT= "highly flexible sniffer/NIDS"
@ -26,7 +26,7 @@ LIB_DEPENDS= pcre::devel/pcre
CFLAGS+= -O0
.endif
FLAVORS= postgresql mysql smbalert flexresp
FLAVORS= postgresql mysql flexresp
FLAVOR?=
.if ${FLAVOR:L:Mflexresp}
@ -48,12 +48,6 @@ CONFIGURE_ARGS+= --with-mysql="${LOCALBASE}"
WANTLIB+= z
.endif
.if ${FLAVOR:L:Msmbalert}
BUILD_DEPENDS+= :samba-*:net/samba
RUN_DEPENDS+= :samba-*:net/samba
CONFIGURE_ARGS+= --enable-smbalerts
.endif
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/snort
${INSTALL_DATA} ${WRKSRC}/etc/snort.conf ${PREFIX}/share/examples/snort

View File

@ -13,5 +13,4 @@ WinPopup messages to Windows clients using Samba's smbclient.
Available flavors:
postgresql - enable postgresql database logging support
mysql - enable mysql database logging support
smbalert - enable samba logging support
flexresp - enable dynamic connection killing support