From 21ac63688a76cefccf4796fe608fae436c38d5c8 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 28 Dec 2015 15:37:02 +0100 Subject: [PATCH] core97: Ship dnsmasq Signed-off-by: Michael Tremer --- config/rootfiles/core/97/filelists/dnsmasq | 1 + config/rootfiles/core/97/update.sh | 2 ++ 2 files changed, 3 insertions(+) create mode 120000 config/rootfiles/core/97/filelists/dnsmasq 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 -- 2.39.5