X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fguardian;h=d3634195e0fd1bf0b0727958c64bab60d4ce5b2a;hb=0b5b6a594cbe71d0a206176216d0ab1d749ef978;hp=c26460ee6fcce66f775909ef4293e08c0bf22215;hpb=a11aaa91b36761f07f05db5cc1a3efd27cf0bf88;p=ipfire-2.x.git diff --git a/lfs/guardian b/lfs/guardian index c26460ee6f..d3634195e0 100644 --- a/lfs/guardian +++ b/lfs/guardian @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007 Michael Tremer & Christian Schmidt # +# Copyright (C) 2007-2016 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 # @@ -33,11 +33,10 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = guardian -PAK_VER = 10 +PAK_VER = 13 DEPS = "perl-inotify2 perl-Net-IP" - ############################################################################### # Top-level Rules ############################################################################### @@ -46,7 +45,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 5ddabfb89900d5232809a0d9ff9b8e9e +$(DL_FILE)_MD5 = 15be3b14a70e21502368deca74903f5c install : $(TARGET) @@ -108,5 +107,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) install -v -m 644 $(DIR_SRC)/config/guardian/guardian.logrotate \ /etc/logrotate.d/guardian + # Install addon-specific language-files. + install -v -m 004 $(DIR_SRC)/config/guardian/guardian.*.pl \ + /var/ipfire/addon-lang/ + @rm -rf $(DIR_APP) @$(POSTBUILD)