From 429cee557b69f58979a81cf6f49f976094a1c8f6 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Fri, 24 Jun 2011 22:05:54 +0200 Subject: [PATCH 1/2] langs: change description of polish language. --- langs/pl/install/lang_pl.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/langs/pl/install/lang_pl.c b/langs/pl/install/lang_pl.c index cf8909697..eb428d5bb 100644 --- a/langs/pl/install/lang_pl.c +++ b/langs/pl/install/lang_pl.c @@ -1,5 +1,5 @@ /* - * English (en) Data File + * Polish (pl) Data File * * This file is part of the IPFire. * @@ -19,10 +19,6 @@ * * (c) IPFire Team * - * based on work of SmoothWall and IPCop - * - * (c) The SmoothWall Team - * */ #include "libsmooth.h" From ed37f707f9b2809464c23f8a951b08d94b1444b1 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 25 Jun 2011 22:02:08 +0200 Subject: [PATCH 2/2] Remove old settings from sysctl.conf. This commits removes some settings from /etc/sysctl.conf that have been there forever with no particular reason. They could improve performance on internet connections, especially on lines with massive packet lost. --- config/etc/sysctl.conf | 5 ++--- config/rootfiles/core/50/filelists/files | 1 + 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/etc/sysctl.conf b/config/etc/sysctl.conf index 8855e3206..105feaa0a 100644 --- a/config/etc/sysctl.conf +++ b/config/etc/sysctl.conf @@ -3,19 +3,18 @@ net.ipv4.ip_dynaddr = 1 net.ipv4.icmp_echo_ignore_broadcasts = 1 net.ipv4.icmp_ignore_bogus_error_responses = 1 -net.ipv4.tcp_sack = 0 -net.ipv4.tcp_timestamps = 0 net.ipv4.tcp_syncookies = 1 net.ipv4.tcp_fin_timeout = 30 -net.ipv4.tcp_window_scaling = 0 net.ipv4.tcp_syn_retries = 3 net.ipv4.tcp_synack_retries = 3 +net.ipv4.conf.default.arp_filter = 1 net.ipv4.conf.default.rp_filter = 0 net.ipv4.conf.default.accept_redirects = 0 net.ipv4.conf.default.accept_source_route = 0 net.ipv4.conf.default.log_martians = 1 +net.ipv4.conf.all.arp_filter = 1 net.ipv4.conf.all.rp_filter = 0 net.ipv4.conf.all.accept_redirects = 0 net.ipv4.conf.all.accept_source_route = 0 diff --git a/config/rootfiles/core/50/filelists/files b/config/rootfiles/core/50/filelists/files index dca50befa..0c2ca2cc4 100644 --- a/config/rootfiles/core/50/filelists/files +++ b/config/rootfiles/core/50/filelists/files @@ -1,3 +1,4 @@ +etc/sysctl.conf etc/system-release var/ipfire/langs/ etc/rc.d/init.d/console