]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
Core Update 169: Ship and restart Apache
authorPeter Müller <peter.mueller@ipfire.org>
Thu, 9 Jun 2022 19:56:13 +0000 (19:56 +0000)
committerPeter Müller <peter.mueller@ipfire.org>
Thu, 9 Jun 2022 19:56:13 +0000 (19:56 +0000)
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
config/rootfiles/core/169/filelists/apache2 [new symlink]
config/rootfiles/core/169/update.sh

diff --git a/config/rootfiles/core/169/filelists/apache2 b/config/rootfiles/core/169/filelists/apache2
new file mode 120000 (symlink)
index 0000000..eef95ef
--- /dev/null
@@ -0,0 +1 @@
+../../../common/apache2
\ No newline at end of file
index 40b09bd8a35e0fd5e52a0d49d4fe38e2e63970c4..ca50723cb16118c9da9341b99b43fd623d7f0dc4 100644 (file)
@@ -34,6 +34,7 @@ done
 # Stop services
 /etc/init.d/unbound stop
 /etc/init.d/squid stop
+/etc/init.d/apache stop
 
 # Remove files
 rm -rvf \
@@ -63,6 +64,7 @@ ldconfig
 # Start services
 telinit u
 /etc/init.d/firewall restart
+/etc/init.d/apache start
 /etc/init.d/unbound start
 /etc/init.d/squid start