From: Michael Tremer Date: Mon, 28 Dec 2015 14:37:02 +0000 (+0100) Subject: core97: Ship dnsmasq X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=21ac63688a76cefccf4796fe608fae436c38d5c8;p=people%2Fms%2Fipfire-2.x.git core97: Ship dnsmasq Signed-off-by: Michael Tremer --- diff --git a/config/rootfiles/core/97/filelists/dnsmasq b/config/rootfiles/core/97/filelists/dnsmasq new file mode 120000 index 0000000000..d469c74631 --- /dev/null +++ b/config/rootfiles/core/97/filelists/dnsmasq @@ -0,0 +1 @@ +../../../common/dnsmasq \ No newline at end of file diff --git a/config/rootfiles/core/97/update.sh b/config/rootfiles/core/97/update.sh index 4727d36726..e6d4f21b79 100644 --- a/config/rootfiles/core/97/update.sh +++ b/config/rootfiles/core/97/update.sh @@ -32,6 +32,7 @@ do done # Stop services +/etc/init.d/dnsmasq stop # Extract files extract_files @@ -40,6 +41,7 @@ extract_files # /usr/local/bin/update-lang-cache # Start services +/etc/init.d/dnsmasq start # This update need a reboot... #touch /var/run/need_reboot