From 4b332b6dc92017a967696634b8c6901b3330171f Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 17 Aug 2015 20:53:40 +0100 Subject: [PATCH] core94: Ship dnsmasq Signed-off-by: Michael Tremer --- config/rootfiles/core/94/filelists/dnsmasq | 1 + config/rootfiles/core/94/update.sh | 2 ++ 2 files changed, 3 insertions(+) create mode 120000 config/rootfiles/core/94/filelists/dnsmasq diff --git a/config/rootfiles/core/94/filelists/dnsmasq b/config/rootfiles/core/94/filelists/dnsmasq new file mode 120000 index 0000000000..d469c74631 --- /dev/null +++ b/config/rootfiles/core/94/filelists/dnsmasq @@ -0,0 +1 @@ +../../../common/dnsmasq \ No newline at end of file diff --git a/config/rootfiles/core/94/update.sh b/config/rootfiles/core/94/update.sh index 38ca3316a4..d92ef916ba 100644 --- a/config/rootfiles/core/94/update.sh +++ b/config/rootfiles/core/94/update.sh @@ -33,6 +33,7 @@ done # Stop services /etc/init.d/sshd stop +/etc/init.d/dnsmasq stop # Extract files extract_files @@ -45,6 +46,7 @@ sed -i /etc/ssh/sshd_config \ -e 's/^#\?PermitRootLogin .*$$/PermitRootLogin yes/' # Start services +/etc/init.d/dnsmasq start /etc/init.d/sshd start # This update need a reboot... -- 2.39.2