]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/guardian
Fixed mkdir directives to match project policy
[people/pmueller/ipfire-2.x.git] / lfs / guardian
index 5e2b75706a102878bc1bf05c3bc668cbf56e2b85..f3118f63beb46265568cd3d9c7f81431a1a21d0f 100644 (file)
@@ -30,10 +30,9 @@ THISAPP    = guardian-$(VER)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = guardian
-PAK_VER    = 1
+PAK_VER    = 3
 
-DESCDE     = "Guardian ist ein Sicherheitstool, welches das Snort IDS Log auswertet und IPs mit Hilfe von iptables blockt."
-DESCEN     = "Guardian is a security tool which will issue commands to the OS to block ip addresses which attacks may be coming from."
+DEPS       = ""
 
 ###############################################################################
 # Top-level Rules
@@ -65,5 +64,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        install -v -m 755 $(DIR_SRC)/config/guardian/guardian.pl /usr/local/bin/
        install -v -m 755 $(DIR_SRC)/config/guardian/guardian_block.sh /usr/local/bin/
        install -v -m 755 $(DIR_SRC)/config/guardian/guardian_unblock.sh /usr/local/bin/
+       chown nobody.nobody /var/ipfire/guardian
        chown nobody.nobody /var/ipfire/guardian/{guardian.conf,guardian.ignore}
        @$(POSTBUILD)