From: Michael Tremer Date: Thu, 7 Feb 2019 15:13:50 +0000 (+0000) Subject: core128: Ship updated firewall initscript X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=commitdiff_plain;h=02a8a241bb74f9ab56d673bc89f3b720fe9c7e12 core128: Ship updated firewall initscript Require reboot after the update Signed-off-by: Michael Tremer --- diff --git a/config/rootfiles/core/128/filelists/files b/config/rootfiles/core/128/filelists/files index 4684d98d0a..1998a08c01 100644 --- a/config/rootfiles/core/128/filelists/files +++ b/config/rootfiles/core/128/filelists/files @@ -4,6 +4,7 @@ srv/web/ipfire/cgi-bin/credits.cgi var/ipfire/langs etc/rc.d/helper/aws-setup etc/rc.d/init.d/aws +etc/rc.d/init.d/firewall etc/ssl/openssl.cnf etc/sysctl.conf srv/web/ipfire/cgi-bin/proxy.cgi diff --git a/config/rootfiles/core/128/update.sh b/config/rootfiles/core/128/update.sh index 71824266bb..dc185ed705 100644 --- a/config/rootfiles/core/128/update.sh +++ b/config/rootfiles/core/128/update.sh @@ -63,6 +63,9 @@ fi /etc/init.d/sshd restart /etc/init.d/apache restart +# This update needs a reboot... +touch /var/run/need_reboot + # Finish /etc/init.d/fireinfo start sendprofile