From 3528a1de286fd96b807539126ada060e49a7306c Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Sun, 24 Jan 2010 16:26:15 +0100 Subject: [PATCH] Stop sshd for core36 update. --- config/rootfiles/core/36/update.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/rootfiles/core/36/update.sh b/config/rootfiles/core/36/update.sh index 48abc246e3..63c42644c2 100644 --- a/config/rootfiles/core/36/update.sh +++ b/config/rootfiles/core/36/update.sh @@ -25,13 +25,13 @@ /usr/local/bin/backupctrl exclude >/dev/null 2>&1 # #Stop services - +/etc/init.d/sshd stop # #Extract files extract_files # #Start services - +/etc/init.d/sshd start # #Delete cyrus-sasl metafiles rm -f /opt/pakfire/db/installed/meta-cyrus-sasl -- 2.39.5