* [PATCH 1/2] Core Update 139: apply SSH configuration and restart SSH daemon
@ 2019-12-13 16:30 Peter Müller
2019-12-13 16:31 ` [PATCH 2/2] Core Update 139 needs a reboot Peter Müller
0 siblings, 1 reply; 2+ messages in thread
From: Peter Müller @ 2019-12-13 16:30 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 664 bytes --]
Fixes #12259
Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org>
---
config/rootfiles/core/139/update.sh | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/config/rootfiles/core/139/update.sh b/config/rootfiles/core/139/update.sh
index d0b979d6b..f9f65eeda 100644
--- a/config/rootfiles/core/139/update.sh
+++ b/config/rootfiles/core/139/update.sh
@@ -58,7 +58,11 @@ ldconfig
# Update Language cache
/usr/local/bin/update-lang-cache
+# Apply local configuration to sshd_config
+/usr/local/bin/sshctrl
+
# Start services
+/etc/init.d/sshd restart
# This update needs a reboot...
#touch /var/run/need_reboot
--
2.16.4
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 2/2] Core Update 139 needs a reboot
2019-12-13 16:30 [PATCH 1/2] Core Update 139: apply SSH configuration and restart SSH daemon Peter Müller
@ 2019-12-13 16:31 ` Peter Müller
0 siblings, 0 replies; 2+ messages in thread
From: Peter Müller @ 2019-12-13 16:31 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 591 bytes --]
Fixes #12258
Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org>
---
config/rootfiles/core/139/update.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config/rootfiles/core/139/update.sh b/config/rootfiles/core/139/update.sh
index f9f65eeda..df45990bb 100644
--- a/config/rootfiles/core/139/update.sh
+++ b/config/rootfiles/core/139/update.sh
@@ -65,7 +65,7 @@ ldconfig
/etc/init.d/sshd restart
# This update needs a reboot...
-#touch /var/run/need_reboot
+touch /var/run/need_reboot
# Finish
/etc/init.d/fireinfo start
--
2.16.4
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-12-13 16:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-13 16:30 [PATCH 1/2] Core Update 139: apply SSH configuration and restart SSH daemon Peter Müller
2019-12-13 16:31 ` [PATCH 2/2] Core Update 139 needs a reboot Peter Müller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox