diff options
| author | Yi Zhao <yi.zhao@windriver.com> | 2020-11-02 17:11:18 +0800 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2020-11-03 15:16:23 -0800 |
| commit | 97cac84f7f1939ca0265b9a3b0f4af9a4b547210 (patch) | |
| tree | 1ceea9f77afae935a0ba7c9c1094cab25f44b093 /recipes-ids/suricata | |
| parent | e8c9e69c80ea2c525250e07db1024d8e34f1f0f8 (diff) | |
| download | meta-security-97cac84f7f1939ca0265b9a3b0f4af9a4b547210.tar.gz | |
suricata: unify volatiles file name
Make the volatiles file name starts with digital.
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'recipes-ids/suricata')
| -rw-r--r-- | recipes-ids/suricata/suricata_4.1.9.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-ids/suricata/suricata_4.1.9.bb b/recipes-ids/suricata/suricata_4.1.9.bb index 135871c..3f7beaa 100644 --- a/recipes-ids/suricata/suricata_4.1.9.bb +++ b/recipes-ids/suricata/suricata_4.1.9.bb | |||
| @@ -55,7 +55,7 @@ do_install_append () { | |||
| 55 | oe_runmake install-rules DESTDIR=${D} | 55 | oe_runmake install-rules DESTDIR=${D} |
| 56 | 56 | ||
| 57 | install -d ${D}${sysconfdir}/suricata ${D}${sysconfdir}/default/volatiles | 57 | install -d ${D}${sysconfdir}/suricata ${D}${sysconfdir}/default/volatiles |
| 58 | install -m 0644 ${WORKDIR}/volatiles.03_suricata ${D}${sysconfdir}/default/volatiles/volatiles.03_suricata | 58 | install -m 0644 ${WORKDIR}/volatiles.03_suricata ${D}${sysconfdir}/default/volatiles/03_suricata |
| 59 | 59 | ||
| 60 | install -m 0644 ${S}/threshold.config ${D}${sysconfdir}/suricata | 60 | install -m 0644 ${S}/threshold.config ${D}${sysconfdir}/suricata |
| 61 | 61 | ||
