X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Foinkmaster;h=51b99ecec7a00f611a1ad8bd7e23a2f2e615b66d;hb=70af65df4198c58f99a333748faa39b39ad1c3c4;hp=6cc075fa402a329cb2988f6ad485058c593c7bf9;hpb=c47f57d4e73f04da8a57f5f90fd3bb0ab8e9170a;p=ipfire-2.x.git diff --git a/lfs/oinkmaster b/lfs/oinkmaster index 6cc075fa40..51b99ecec7 100644 --- a/lfs/oinkmaster +++ b/lfs/oinkmaster @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007 Michael Tremer & Christian Schmidt # +# Copyright (C) 2007-2018 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -71,8 +71,9 @@ $(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) && install -m 0644 $(DIR_SRC)/config/oinkmaster/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)