diff --git a/config/rootfiles/core/84/filelists/dnsmasq b/config/rootfiles/core/84/filelists/dnsmasq new file mode 120000 index 000000000..d469c7463 --- /dev/null +++ b/config/rootfiles/core/84/filelists/dnsmasq @@ -0,0 +1 @@ +../../../common/dnsmasq \ No newline at end of file diff --git a/config/rootfiles/core/84/update.sh b/config/rootfiles/core/84/update.sh index 04e6d8db9..1b8332664 100644 --- a/config/rootfiles/core/84/update.sh +++ b/config/rootfiles/core/84/update.sh @@ -32,6 +32,7 @@ do done # Stop services +/etc/init.d/dnsmasq stop # Remove old files @@ -39,6 +40,7 @@ done extract_files # Start services +/etc/init.d/dnsmasq start # Update Language cache perl -e "require '/var/ipfire/lang.pl'; &Lang::BuildCacheLang"