From b7784e38bdca9a8377ffd3e7e990592510f13a35 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 26 Sep 2014 12:25:48 +0200 Subject: [PATCH] core84: Add dnsmasq update --- config/rootfiles/core/84/filelists/dnsmasq | 1 + config/rootfiles/core/84/update.sh | 2 ++ 2 files changed, 3 insertions(+) create mode 120000 config/rootfiles/core/84/filelists/dnsmasq 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" -- 2.39.2