]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
oinkmaster: Install config file to /var/ipfire/suricata
authorStefan Schantl <stefan.schantl@ipfire.org>
Fri, 3 Aug 2018 11:48:46 +0000 (13:48 +0200)
committerStefan Schantl <stefan.schantl@ipfire.org>
Fri, 3 Aug 2018 11:48:46 +0000 (13:48 +0200)
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
config/rootfiles/common/oinkmaster
lfs/oinkmaster

index be14b54d60cdab82563e9da0870a9ff6a43eeb38..2557353fa4f8993058ab5ea536cab317a9a7cd7c 100644 (file)
@@ -1,2 +1,2 @@
 usr/local/bin/oinkmaster.pl
 usr/local/bin/oinkmaster.pl
-var/ipfire/snort/oinkmaster.conf
+var/ipfire/suricata/oinkmaster.conf
index 6cc075fa402a329cb2988f6ad485058c593c7bf9..2dc67b9a76de7d301164bb859fbe891363c7876f 100644 (file)
@@ -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
        @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)
        cd $(DIR_APP) && install -m 0755 oinkmaster.pl /usr/local/bin/
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)