From: Michael Tremer Date: Wed, 23 Aug 2017 10:29:55 +0000 (+0100) Subject: core114: Ship updated unbound X-Git-Tag: v2.19-core114~1^2~26 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=38b95ad5d998ae21bb53f09836f648f05c426751;p=people%2Fstevee%2Fipfire-2.x.git core114: Ship updated unbound Signed-off-by: Michael Tremer --- diff --git a/config/rootfiles/core/114/filelists/unbound b/config/rootfiles/core/114/filelists/unbound new file mode 120000 index 0000000000..66adf09242 --- /dev/null +++ b/config/rootfiles/core/114/filelists/unbound @@ -0,0 +1 @@ +../../../common/unbound \ No newline at end of file diff --git a/config/rootfiles/core/114/update.sh b/config/rootfiles/core/114/update.sh index 3e2929e309..eca8d872ce 100644 --- a/config/rootfiles/core/114/update.sh +++ b/config/rootfiles/core/114/update.sh @@ -32,6 +32,7 @@ for (( i=1; i<=$core; i++ )); do done # Stop services +/etc/init.d/unbound stop # Extract files extract_files @@ -45,6 +46,7 @@ ldconfig /usr/local/bin/update-lang-cache # Start services +/etc/init.d/unbound start # This update need a reboot... touch /var/run/need_reboot