From mboxrd@z Thu Jan 1 00:00:00 1970 From: git@ipfire.org To: ipfire-scm@lists.ipfire.org Subject: [IPFire-SCM] [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 88d73bef9143b7c11718aca7709eb57b29049f90 Date: Mon, 18 Jun 2012 21:19:08 +0200 Message-ID: <20120618191908.BF80F200AD@argus.ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8524130468595491592==" List-Id: --===============8524130468595491592== 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 88d73bef9143b7c11718aca7709eb57b29049f90 (commit) via cb6ecee7993ac75f117ec5599aab1b2db492ad3e (commit) from df106d88e5a7eeafb9298b0febbe02e9a349728f (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 88d73bef9143b7c11718aca7709eb57b29049f90 Author: Arne Fitzenreiter Date: Mon Jun 18 19:59:15 2012 +0200 redirect_wrapper: fix logfile path in log output. =20 fixes #10126. commit cb6ecee7993ac75f117ec5599aab1b2db492ad3e Author: Arne Fitzenreiter Date: Mon Jun 18 19:42:20 2012 +0200 lang.de: Fix pakfire updated string. =20 fixes #10112. ----------------------------------------------------------------------- Summary of changes: config/rootfiles/core/61/filelists/files | 1 + config/urlfilter/redirect_wrapper | 4 ++-- langs/de/cgi-bin/de.pl | 8 ++++---- 3 files changed, 7 insertions(+), 6 deletions(-) Difference in files: diff --git a/config/rootfiles/core/61/filelists/files b/config/rootfiles/core= /61/filelists/files index 78765a6..11316eb 100644 --- a/config/rootfiles/core/61/filelists/files +++ b/config/rootfiles/core/61/filelists/files @@ -5,3 +5,4 @@ srv/web/ipfire/cgi-bin/index.cgi srv/web/ipfire/cgi-bin/ovpnmain.cgi var/ipfire/general-functions.pl var/ipfire/langs +usr/sbin/redirect_wrapper diff --git a/config/urlfilter/redirect_wrapper b/config/urlfilter/redirect_wr= apper index c3bbf7c..ceae12b 100644 --- a/config/urlfilter/redirect_wrapper +++ b/config/urlfilter/redirect_wrapper @@ -2,7 +2,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2009 Michael Tremer & Christian Schmidt = # +# Copyright (C) 2007-2012 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 = # @@ -115,7 +115,7 @@ while($line =3D <>) { exit 0; =20 sub writetolog { - open(DATEI, ">>/var/log/squid/redirector_debug") || die "Unable to acces fi= le /var/log/redirector_debug"; + open(DATEI, ">>/var/log/squid/redirector_debug") || die "Unable to acces fi= le /var/log/squid/redirector_debug"; my $log =3D shift; print DATEI $log."\n"; close(DATEI); diff --git a/langs/de/cgi-bin/de.pl b/langs/de/cgi-bin/de.pl index b576d3e..9bd2c72 100644 --- a/langs/de/cgi-bin/de.pl +++ b/langs/de/cgi-bin/de.pl @@ -1383,10 +1383,10 @@ 'pakfire install description' =3D> 'W=C3=A4hlen Sie ein oder mehrere Pakete = zur Installation aus und dr=C3=BCcken Sie auf das plus Symbol.', 'pakfire install package' =3D> 'Sie m=C3=B6chten folgende Pakete installiere= n: ', 'pakfire installed addons' =3D> 'Installierte Addons:', -'pakfire last core list update' =3D> 'Letztes Corelisten Update vor', -'pakfire last package update' =3D> 'Letztes Paketlisten Update vor', -'pakfire last serverlist update' =3D> 'Letztes Serverlisten Update vor', -'pakfire last update' =3D> 'Letzes Update vor', +'pakfire last core list update' =3D> 'Letztes Corelisten Update ist', +'pakfire last package update' =3D> 'Letztes Paketlisten Update ist', +'pakfire last serverlist update' =3D> 'Letztes Serverlisten Update ist', +'pakfire last update' =3D> 'Letzes Update ist', 'pakfire possible dependency' =3D> ' M=C3=B6glicherweise haben diese Pakete = Abh=C3=A4ngigkeiten, d.h. andere Pakete m=C3=BCssen zus=C3=A4tzlich installie= rt werden. Dazu sehen sie unten eine Liste.', 'pakfire register' =3D> 'Registrierung am Pakfire-Server:', 'pakfire system state' =3D> 'System Status', hooks/post-receive -- IPFire 2.x development tree --===============8524130468595491592==--