diff --git a/config/rootfiles/core/172/filelists/unbound b/config/rootfiles/core/172/filelists/unbound new file mode 120000 index 000000000..66adf0924 --- /dev/null +++ b/config/rootfiles/core/172/filelists/unbound @@ -0,0 +1 @@ +../../../common/unbound \ No newline at end of file diff --git a/config/rootfiles/core/172/update.sh b/config/rootfiles/core/172/update.sh index cd1cda5e2..0ea26ad27 100644 --- a/config/rootfiles/core/172/update.sh +++ b/config/rootfiles/core/172/update.sh @@ -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