diff --git a/html/cgi-bin/credits.cgi b/html/cgi-bin/credits.cgi index 3ae2f7188..0d091a2d8 100644 --- a/html/cgi-bin/credits.cgi +++ b/html/cgi-bin/credits.cgi @@ -39,16 +39,11 @@ require "${General::swroot}/header.pl"; print <$Lang::tr{'donation-text'}

-
-
- - - - -
-
-
+
+ $Lang::tr{'donation'} +
+
END ; &Header::closebox(); @@ -73,8 +68,6 @@ Christian Schmidt (christian.schmidt\@ipfire.org) - Vice Project Leader
Stefan Schantl (stefan.schantl\@ipfire.org)
-Jan Paul Tücking -(jan.tuecking\@ipfire.org)
Heiner Schmeling (heiner.schmeling\@ipfire.org)
Ronald Wiesinger @@ -94,12 +87,10 @@ Peter Pfeiffer (peter.pfeifer\@ipfire.org)
Peter Schälchli (peter.schaelchli\@ipfire.org)
+Jan Paul Tücking +(jan.tuecking\@ipfire.org)

-

Some parts of the distribution are left ajar on third-party software, that is licensed under the GPL, too.
-There are: Advanced Proxy with URL-Filter and Update-Accelerator, ZERINA, Connection Scheduler, Hddtemp and Wake-on-LAN.
-Distributed by Marco Sondermann, Ufuk Altinkaynak, Thomas Eichstaedt and Olaf Westrik.

- This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com/.

END diff --git a/html/cgi-bin/updatexlrator.cgi b/html/cgi-bin/updatexlrator.cgi index 04b7b8ee6..e3e633cc4 100644 --- a/html/cgi-bin/updatexlrator.cgi +++ b/html/cgi-bin/updatexlrator.cgi @@ -1362,7 +1362,7 @@ sub printlegendicons $Lang::tr{ $Lang::tr{'updxlrtr last checkup'}   - $Lang::tr{ + $Lang::tr{ $Lang::tr{'updxlrtr remove file'}     diff --git a/src/pakfire/lib/functions.sh b/src/pakfire/lib/functions.sh index bc05bd01e..9c8bf53e8 100644 --- a/src/pakfire/lib/functions.sh +++ b/src/pakfire/lib/functions.sh @@ -24,13 +24,13 @@ extract_files() { echo "Extracting files..." - tar xvf /opt/pakfire/tmp/files --no-overwrite-dir -p --numeric-owner -C / + tar xavf /opt/pakfire/tmp/files --no-overwrite-dir -p --numeric-owner -C / echo "...Finished." } extract_backup_includes() { echo "Extracting backup includes..." - tar xvf /opt/pakfire/tmp/files --no-overwrite-dir -p --numeric-owner -C / \ + tar xavf /opt/pakfire/tmp/files --no-overwrite-dir -p --numeric-owner -C / \ var/ipfire/backup/addons/includes echo "...Finished." }