From: Michael Tremer Date: Wed, 24 Jul 2024 16:40:15 +0000 (+0000) Subject: core188: Ship changed files X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e8d2096c0bbd4a5a938b83c0a0b3e7937e819c8f;p=people%2Fms%2Fipfire-2.x.git core188: Ship changed files Signed-off-by: Michael Tremer --- diff --git a/config/rootfiles/core/188/filelists/files b/config/rootfiles/core/188/filelists/files index e69de29bb..f28980d47 100644 --- a/config/rootfiles/core/188/filelists/files +++ b/config/rootfiles/core/188/filelists/files @@ -0,0 +1,11 @@ +etc/rc.d/init.d/connectd +etc/rc.d/init.d/functions +etc/rc.d/init.d/networking/functions.network +etc/rc.d/init.d/networking/red +srv/web/ipfire/cgi-bin/services.cgi +srv/web/ipfire/cgi-bin/system.cgi +srv/web/ipfire/cgi-bin/vulnerabilities.cgi +var/ipfire/general-functions.pl +var/ipfire/graphs.pl +var/ipfire/header.pl +var/ipfire/network-functions.pl diff --git a/config/rootfiles/core/188/filelists/web-user-interface b/config/rootfiles/core/188/filelists/web-user-interface new file mode 120000 index 000000000..70c74b438 --- /dev/null +++ b/config/rootfiles/core/188/filelists/web-user-interface @@ -0,0 +1 @@ +../../../common/web-user-interface \ No newline at end of file diff --git a/config/rootfiles/core/188/update.sh b/config/rootfiles/core/188/update.sh index 1a65d6201..d904a400b 100644 --- a/config/rootfiles/core/188/update.sh +++ b/config/rootfiles/core/188/update.sh @@ -37,7 +37,8 @@ done extract_files # Remove files -/etc/init.d/apache restart +rm -vrf \ + /srv/web/ipfire/html/themes/ipfire/include/functions.pl # update linker config ldconfig @@ -49,6 +50,7 @@ ldconfig /usr/local/bin/filesystem-cleanup # Start services +/etc/init.d/apache restart # This update needs a reboot... #touch /var/run/need_reboot