]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
core84: Add dnsmasq update
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 26 Sep 2014 10:25:48 +0000 (12:25 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 26 Sep 2014 10:25:48 +0000 (12:25 +0200)
config/rootfiles/core/84/filelists/dnsmasq [new symlink]
config/rootfiles/core/84/update.sh

diff --git a/config/rootfiles/core/84/filelists/dnsmasq b/config/rootfiles/core/84/filelists/dnsmasq
new file mode 120000 (symlink)
index 0000000..d469c74
--- /dev/null
@@ -0,0 +1 @@
+../../../common/dnsmasq
\ No newline at end of file
index 04e6d8db90f1b70579696ed577d8de5058869fd9..1b8332664b1ee4a1e35bfb7e09ab7c6df9fc7ad3 100644 (file)
@@ -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"