Core Update 172: Ship and restart Unbound

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
This commit is contained in:
Peter Müller
2022-10-24 09:04:29 +00:00
parent 609007e54b
commit 5f1abe0043
2 changed files with 5 additions and 0 deletions

View File

@@ -0,0 +1 @@
../../../common/unbound

View File

@@ -34,8 +34,11 @@ done
# Stop services
/etc/rc.d/init.d/ipsec stop
/etc/rc.d/init.d/sshd stop
/etc/rc.d/init.d/unbound stop
# Remove files
rm -rvf \
/usr/lib/libunbound.so.8.1.1*
# Extract files
extract_files
@@ -53,6 +56,7 @@ ldconfig
/usr/local/bin/sshctrl
# Start services
/etc/init.d/unbound start
if grep -q "ENABLE_SSH=on" /var/ipfire/remote/settings; then
/etc/init.d/sshd start
fi