mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
46dc83529f
PR: ports/104730 Submitted by: Nick Rogness <nick@rogness.net> (maintainer)
56 lines
2.6 KiB
Plaintext
56 lines
2.6 KiB
Plaintext
bin/snort_inline
|
|
@unexec if [ -f %D/etc/snort.conf ] && cmp -s %D/etc/snort.conf %D/etc/snort.conf-sample; then rm -f %D/etc/snort.conf; fi
|
|
etc/snort.conf-sample
|
|
@exec [ -f %B/snort.conf ] || cp %B/%f %B/snort.conf
|
|
@unexec if [ -f %D/etc/snort_inline.conf ] && cmp -s %D/etc/snort_inline.conf %D/etc/snort_inline.conf-sample; then rm -f %D/etc/snort_inline.conf; fi
|
|
etc/snort_inline.conf-sample
|
|
@exec [ -f %B/snort_inline.conf ] || cp %B/%f %B/snort_inline.conf
|
|
@unexec if [ -f %B/unicode.map ] && cmp -s %B/unicode.map %B/unicode.map-sample; then rm -f %B/etc/unicode.map; fi
|
|
%%DATADIR%%/unicode.map
|
|
@exec [ -f %B/unicode.map ] || cp %B/%f %B/unicode.map
|
|
@unexec if [ -f %B/threshold.conf ] && cmp -s %B/threshold.conf %B/threshold.conf-sample; then rm -f %B/threshold.conf; fi
|
|
%%DATADIR%%/threshold.conf-sample
|
|
@exec [ -f %B/threshold.conf ] || cp %B/%f %B/threshold.conf
|
|
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
|
|
%%PORTDOCS%%%%DOCSDIR%%/BUGS
|
|
%%PORTDOCS%%%%DOCSDIR%%/CREDITS
|
|
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
|
|
%%PORTDOCS%%%%DOCSDIR%%/faq.pdf
|
|
%%PORTDOCS%%%%DOCSDIR%%/faq.tex
|
|
%%PORTDOCS%%%%DOCSDIR%%/NEWS
|
|
%%PORTDOCS%%%%DOCSDIR%%/README
|
|
%%PORTDOCS%%%%DOCSDIR%%/README.INLINE
|
|
%%PORTDOCS%%%%DOCSDIR%%/README.FLEXRESP
|
|
%%PORTDOCS%%%%DOCSDIR%%/README.PLUGINS
|
|
%%PORTDOCS%%%%DOCSDIR%%/README.UNSOCK
|
|
%%PORTDOCS%%%%DOCSDIR%%/README.WIN32
|
|
%%PORTDOCS%%%%DOCSDIR%%/README.alert_order
|
|
%%PORTDOCS%%%%DOCSDIR%%/README.csv
|
|
%%PORTDOCS%%%%DOCSDIR%%/README.database
|
|
%%PORTDOCS%%%%DOCSDIR%%/README.event_queue
|
|
%%PORTDOCS%%%%DOCSDIR%%/README.flow
|
|
%%PORTDOCS%%%%DOCSDIR%%/README.flowbits
|
|
%%PORTDOCS%%%%DOCSDIR%%/README.flow-portscan
|
|
%%PORTDOCS%%%%DOCSDIR%%/README.sfportscan
|
|
%%PORTDOCS%%%%DOCSDIR%%/README.asn1
|
|
%%PORTDOCS%%%%DOCSDIR%%/README.http_inspect
|
|
%%PORTDOCS%%%%DOCSDIR%%/README.thresholding
|
|
%%PORTDOCS%%%%DOCSDIR%%/README.wireless
|
|
%%PORTDOCS%%%%DOCSDIR%%/README.NFQUEUE
|
|
%%PORTDOCS%%%%DOCSDIR%%/README.clamav
|
|
%%PORTDOCS%%%%DOCSDIR%%/README.frag3
|
|
%%PORTDOCS%%%%DOCSDIR%%/TODO
|
|
%%PORTDOCS%%%%DOCSDIR%%/USAGE
|
|
%%PORTDOCS%%%%DOCSDIR%%/snort_manual.pdf
|
|
%%PORTDOCS%%%%DOCSDIR%%/snort_schema_v106.pdf
|
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
|
@unexec if [ -f %B/classification.config ] && cmp -s %B/classification.config %B/classification.config-sample; then rm -f %B/classification.config; fi
|
|
%%DATADIR%%/classification.config-sample
|
|
@exec [ -f %B/classification.config ] || cp %B/%f %B/classification.config
|
|
%%DATADIR%%/classification.config
|
|
@unexec if [ -f %B/reference.config ] && cmp -s %B/reference.config %B/reference.config-sample; then rm -f %B/reference.config; fi
|
|
%%DATADIR%%/reference.config-sample
|
|
@exec [ -f %B/reference.config ] || cp %B/%f %B/reference.config
|
|
@dirrmtry %%DATADIR%%/rules
|
|
@dirrm %%DATADIR%%
|