From: Michael Tremer Date: Sun, 9 Sep 2018 16:48:14 +0000 (+0100) Subject: core124: Apply changed sysctl.conf X-Git-Tag: v2.21-core124~37 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=505b886d0d8cbe5448a9998ff88c6636b8e50245;p=ipfire-2.x.git core124: Apply changed sysctl.conf Signed-off-by: Michael Tremer --- diff --git a/config/rootfiles/core/124/filelists/files b/config/rootfiles/core/124/filelists/files index 320d2808d2..823355f2ba 100644 --- a/config/rootfiles/core/124/filelists/files +++ b/config/rootfiles/core/124/filelists/files @@ -4,6 +4,7 @@ etc/rc.d/helper/aws-setup etc/rc.d/init.d/aws etc/rc.d/init.d/localnet etc/rc.d/init.d/partresize +etc/sysctl.conf opt/pakfire/lib/functions.pl opt/pakfire/pakfire srv/web/ipfire/cgi-bin/firewall.cgi diff --git a/config/rootfiles/core/124/update.sh b/config/rootfiles/core/124/update.sh index ff70d95c66..80eca4ceb2 100644 --- a/config/rootfiles/core/124/update.sh +++ b/config/rootfiles/core/124/update.sh @@ -51,6 +51,9 @@ ldconfig /etc/init.d/rngd restart /etc/init.d/ntp restart +# Reload sysctl.conf +sysctl -p + # Remove deprecated GRUB configuration option if [ -e "/etc/default/grub" ]; then sed -e "/^GRUB_FONT/d" -i /etc/default/grub