pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

A directory was missing. It can prevent Snort from starting.



Module Name:	pkgsrc-wip
Committed By:	Nils Ratusznik <nils%NetBSD.org@localhost>
Pushed By:	nils
Date:		Fri May 19 12:35:57 2017 +0200
Changeset:	b3448bf441eba6e6c19948a0db10054512d7e5d8

Modified Files:
	snort/Makefile

Log Message:
A directory was missing. It can prevent Snort from starting.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b3448bf441eba6e6c19948a0db10054512d7e5d8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 snort/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/snort/Makefile b/snort/Makefile
index b1055cab92..06ad3ee7b2 100644
--- a/snort/Makefile
+++ b/snort/Makefile
@@ -35,6 +35,7 @@ MAKE_JOBS_SAFE=		NO
 OWN_DIRS_PERMS=		${VARBASE}/log/snort ${SNORT_USER} ${SNORT_GROUP} 700
 DOC_FILES=		BUGS INSTALL NEWS PROBLEMS README TODO USAGE WISHLIST
 OWN_DIRS=		${PKG_SYSCONFDIR} ${PKG_SYSCONFDIR}/rules
+OWN_DIRS=		${PREFIX}/lib ${PREFIX}/lib/snort_dynamicrules
 INSTALLATION_DIRS+=	${EGDIR}/rules
 AUTO_MKDIRS=		yes
 


Home | Main Index | Thread Index | Old Index