From: Michael Tremer Date: Sun, 18 Mar 2018 13:51:38 +0000 (+0000) Subject: core120: Ship updated logrotate and restart unbound X-Git-Tag: v2.19-core120~33 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b2318b5e351923632c43e3d5d9e6a2351a1b63cd;p=people%2Fstevee%2Fipfire-2.x.git core120: Ship updated logrotate and restart unbound Signed-off-by: Michael Tremer --- diff --git a/config/rootfiles/core/120/filelists/logrotate b/config/rootfiles/core/120/filelists/logrotate new file mode 120000 index 0000000000..bc192c05db --- /dev/null +++ b/config/rootfiles/core/120/filelists/logrotate @@ -0,0 +1 @@ +../../../common/logrotate \ No newline at end of file diff --git a/config/rootfiles/core/120/update.sh b/config/rootfiles/core/120/update.sh index 02f2ad0777..22d9d48d4d 100644 --- a/config/rootfiles/core/120/update.sh +++ b/config/rootfiles/core/120/update.sh @@ -69,6 +69,7 @@ fi # Start services /etc/init.d/apache restart +/etc/init.d/unbound restart # Remove deprecated SSH configuration option sed -e "/UsePrivilegeSeparation/d" -i /etc/ssh/sshd_config