From: Stefan Schantl Date: Fri, 3 Aug 2018 11:48:46 +0000 (+0200) Subject: oinkmaster: Install config file to /var/ipfire/suricata X-Git-Tag: v2.23-core131~117^2~173^2~25 X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff_plain;h=06b569a4429eb5641343fdf4c3472825dc327f09 oinkmaster: Install config file to /var/ipfire/suricata Signed-off-by: Stefan Schantl --- diff --git a/config/rootfiles/common/oinkmaster b/config/rootfiles/common/oinkmaster index be14b54d60..2557353fa4 100644 --- a/config/rootfiles/common/oinkmaster +++ b/config/rootfiles/common/oinkmaster @@ -1,2 +1,2 @@ usr/local/bin/oinkmaster.pl -var/ipfire/snort/oinkmaster.conf +var/ipfire/suricata/oinkmaster.conf diff --git a/lfs/oinkmaster b/lfs/oinkmaster index 6cc075fa40..2dc67b9a76 100644 --- a/lfs/oinkmaster +++ b/lfs/oinkmaster @@ -71,8 +71,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/oinkmaster-2.0-add_community_rules.patch cd $(DIR_APP) && chown nobody:nobody oinkmaster.pl - cd $(DIR_APP) && cp -f oinkmaster.conf /var/ipfire/snort/ - cd /var/ipfire/snort && patch -Np1 < $(DIR_SRC)/src/patches/oinkmaster-tmp.patch + cd $(DIR_APP) && cp -f oinkmaster.conf /var/ipfire/suricata/ + cd /var/ipfire/suricata && patch -Np1 < $(DIR_SRC)/src/patches/oinkmaster-tmp.patch cd $(DIR_APP) && install -m 0755 oinkmaster.pl /usr/local/bin/ @rm -rf $(DIR_APP) @$(POSTBUILD)