From mboxrd@z Thu Jan 1 00:00:00 1970 From: git@ipfire.org To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 1c28319e1e1742f444c8447bcbbdcdf30fc5b2b6 Date: Thu, 19 Apr 2018 15:39:48 +0100 Message-ID: <20180419143948.A8C231081DF2@git01.ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2991676774103512986==" List-Id: --===============2991676774103512986== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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 Date: Thu Apr 19 15:38:20 2018 +0100 squid-accounting: Do not make menu entry executable =20 Signed-off-by: Michael Tremer commit 1d95329925a94b005a4f79ee71daac7ace8bb496 Author: Michael Tremer Date: Thu Apr 19 15:37:58 2018 +0100 squid-accounting: Do not make translations executable =20 Signed-off-by: Michael Tremer commit d0d2e8c4adfd8619e4bf669aaddf3c7f7c4945ac Author: Michael Tremer Date: Thu Apr 19 15:37:28 2018 +0100 squid-accounting: Install Turkish translation =20 Signed-off-by: Michael Tremer ----------------------------------------------------------------------- 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/ipfir= e/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/accou= nting/ - 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/acco= unting/ 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 --===============2991676774103512986==--