This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, next has been updated via 1c28319e1e1742f444c8447bcbbdcdf30fc5b2b6 (commit) via 1d95329925a94b005a4f79ee71daac7ace8bb496 (commit) via d0d2e8c4adfd8619e4bf669aaddf3c7f7c4945ac (commit) from 4cd51e20ae17ee55e46708650055727cffe3443a (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 1c28319e1e1742f444c8447bcbbdcdf30fc5b2b6 Author: Michael Tremer michael.tremer@ipfire.org Date: Thu Apr 19 15:38:20 2018 +0100
squid-accounting: Do not make menu entry executable
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 1d95329925a94b005a4f79ee71daac7ace8bb496 Author: Michael Tremer michael.tremer@ipfire.org Date: Thu Apr 19 15:37:58 2018 +0100
squid-accounting: Do not make translations executable
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit d0d2e8c4adfd8619e4bf669aaddf3c7f7c4945ac Author: Michael Tremer michael.tremer@ipfire.org Date: Thu Apr 19 15:37:28 2018 +0100
squid-accounting: Install Turkish translation
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: lfs/squid-accounting | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-)
Difference in files: diff --git a/lfs/squid-accounting b/lfs/squid-accounting index ec89dce23..e71b2ac5d 100644 --- a/lfs/squid-accounting +++ b/lfs/squid-accounting @@ -54,9 +54,10 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) install -v -m 755 $(DIR_APP)/squid-accounting/accounting.cgi /srv/web/ipfire/cgi-bin/ install -v -m 755 $(DIR_APP)/squid-accounting/acct.pl /usr/local/bin/ install -v -m 644 $(DIR_APP)/squid-accounting/acct-lib.pl /var/ipfire/accounting/ - install -v -m 655 $(DIR_APP)/squid-accounting/acct.de.pl /var/ipfire/addon-lang/ - install -v -m 655 $(DIR_APP)/squid-accounting/acct.en.pl /var/ipfire/addon-lang/ - install -v -m 655 $(DIR_APP)/squid-accounting/EX-squid-accounting.menu /var/ipfire/menu.d/ + install -v -m 644 $(DIR_APP)/squid-accounting/acct.de.pl /var/ipfire/addon-lang/ + install -v -m 644 $(DIR_APP)/squid-accounting/acct.en.pl /var/ipfire/addon-lang/ + install -v -m 644 $(DIR_APP)/squid-accounting/acct.tr.pl /var/ipfire/addon-lang/ + install -v -m 644 $(DIR_APP)/squid-accounting/EX-squid-accounting.menu /var/ipfire/menu.d/ install -v -m 755 $(DIR_APP)/squid-accounting/dbinstall.pl /var/ipfire/accounting/ install -v -m 644 $(DIR_APP)/squid-accounting/config/backup/includes/squid-accounting \ /var/ipfire/backup/addons/includes/squid-accounting
hooks/post-receive -- IPFire 2.x development tree