mirror of https://github.com/OISF/suricata
config: install classification.config (and ref) to $datadir
Install classification.config and reference.config to $datadir, where they can be updated on every upgrade. This required moving them into a sub-directory for autotools to do its thing. Redmine issue: https://redmine.openinfosecfoundation.org/issues/3209pull/4290/head
parent
7609adb05d
commit
99d9e09599
@ -1,2 +1,7 @@
|
||||
etcdatadir = $(datadir)/suricata
|
||||
|
||||
EXTRA_DIST = suricata.logrotate.in \
|
||||
suricata.service.in
|
||||
|
||||
dist_etcdata_DATA = classification.config \
|
||||
reference.config
|
||||
|
Loading…
Reference in New Issue