snort/fsl.snort

Tue, 28 Aug 2012 18:34:10 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Tue, 28 Aug 2012 18:34:10 +0200
changeset 566
c371e003ecc3
permissions
-rw-r--r--

Modernize packaging, update version, rename CAST relevant assembly file
c-sol.s, correct typical german english grammar mistakes, repair
substitutions for GCC CFLAGS and proper dependency leverage, remove
carriage returns in sources, and use parallel make.

michael@549 1 ##
michael@549 2 ## fsl.snort -- OSSP fsl configuration
michael@549 3 ##
michael@549 4
michael@549 5 ident (snort)/.+ q{
michael@549 6 prefix(
michael@549 7 prefix="%b %d %H:%M:%S %N <%L> $1[%P]: "
michael@549 8 )
michael@549 9 -> {
michael@549 10 debug: file(
michael@549 11 path="@l_prefix@/var/snort/snort.log",
michael@549 12 perm=0644
michael@549 13 )
michael@549 14 }
michael@549 15 };
michael@549 16

mercurial