From: Michael Tremer Date: Fri, 26 Sep 2014 10:25:48 +0000 (+0200) Subject: core84: Add dnsmasq update X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b7784e38bdca9a8377ffd3e7e990592510f13a35;p=people%2Fms%2Fipfire-2.x.git core84: Add dnsmasq update --- diff --git a/config/rootfiles/core/84/filelists/dnsmasq b/config/rootfiles/core/84/filelists/dnsmasq new file mode 120000 index 0000000000..d469c74631 --- /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 04e6d8db90..1b8332664b 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"